From 5204010d1742d4131ee5efbf78c8752712e2eafc Mon Sep 17 00:00:00 2001 From: The-ML-Hero <67855775+The-ML-Hero@users.noreply.github.com> Date: Thu, 28 Jan 2021 17:36:08 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7cd21c..ac4d3cb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ## Networks by architecture ### Semantic segmentation + - U-Net [https://arxiv.org/pdf/1505.04597.pdf] [2015] + https://github.com/zhixuhao/unet [Keras][![GitHub stars](https://img.shields.io/github/stars/zhixuhao/unet.svg?logo=github&label=Stars)](https://github.com/zhixuhao/unet) + https://github.com/jocicmarko/ultrasound-nerve-segmentation [Keras][![GitHub stars](https://img.shields.io/github/stars/jocicmarko/ultrasound-nerve-segmentation.svg?logo=github&label=Stars)](https://github.com/jocicmarko/ultrasound-nerve-segmentation) @@ -20,7 +21,9 @@ + https://github.com/qubvel/segmentation_models [Keras][![GitHub stars](https://img.shields.io/github/stars/qubvel/segmentation_models.svg?logo=github&label=Stars)](https://github.com/qubvel/segmentation_models) + https://github.com/LeeJunHyun/Image_Segmentation#u-net [PyTorch][![GitHub stars](https://img.shields.io/github/stars/LeeJunHyun/Image_Segmentation.svg?logo=github&label=Stars)](https://github.com/LeeJunHyun/Image_Segmentation) + https://github.com/yassouali/pytorch_segmentation [PyTorch][![GitHub stars](https://img.shields.io/github/stars/yassouali/pytorch_segmentation.svg?logo=github&label=Stars)](https://github.com/yassouali/pytorch_segmentation) + + https://github.com/The-ML-Hero/Robo-Semantic-Segmentation [PyTorch][![GitHub stars](https://img.shields.io/github/stars/The-ML-Hero/Robo-Semantic-Segmentation.svg?logo=github&label=Stars)](https://github.com/The-ML-Hero/Robo-Semantic-Segmentation) + https://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/ [Caffe + Matlab] + - 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]