From 91408c295bbef5ed6ca03500090723ffd90ca20a Mon Sep 17 00:00:00 2001 From: Ankur Shukla Date: Fri, 26 Oct 2018 13:20:07 +0200 Subject: [PATCH] added u net U net implementation for Kaggle dataset with good step by step explanation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f78304f..2c772ca 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ + https://github.com/masahi/nnvm-vision-demo/blob/master/unet_segmentation.py [onnx+nnvm] + https://github.com/qureai/ultrasound-nerve-segmentation-using-torchnet [Torch] + https://github.com/ternaus/TernausNet [PyTorch] + + https://tuatini.me/practical-image-segmentation-with-unet/ [PyTorch] - SegNet [https://arxiv.org/pdf/1511.00561.pdf] [2016] + https://github.com/alexgkendall/caffe-segnet [Caffe] + https://github.com/developmentseed/caffe/tree/segnet-multi-gpu [Caffe]