语义分割--segnet

论文:https://arxiv.org/pdf/1511.00561.pdf

论文翻译:https://blog.csdn.net/u014451076/article/details/70741629
论文理解:https://blog.csdn.net/zhuzemin45/article/details/79709874

segnet tutorial详解:http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html

源码(caffe):https://github.com/alexgkendall/caffe-segnet

Segnet _Tensorflow:https://github.com/tkuanlun350/Tensorflow-SegNet

上采样:https://blog.csdn.net/u014451076/article/details/79156967

常用的语义分割架构结构综述以及代码复现:https://github.com/guanfuchen/semseg
pytorch-semseg:https://github.com/meetshah1995/pytorch-semseg
PyTorch for Semantic Segmentation:https://github.com/zijundeng/pytorch-semantic-segmentation
Semantic Segmentation Suite in TensorFlow:https://github.com/GeorgeSeif/Semantic-Segmentation-Suite

Awesome Semantic Segmentation:https://github.com/mrgloom/awesome-semantic-segmentation

你可能感兴趣的:(语义分割)