From ac8c70c56f90216077ea61525346f441cb2764ba Mon Sep 17 00:00:00 2001 From: heumchri <38941642+heumchri@users.noreply.github.com> Date: Thu, 3 May 2018 13:22:21 +0200 Subject: [PATCH] merged duplicates for DiltedNet merged two entries referring to the same network architecture (DilatedNet and Dilated convolution) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b891c1d..9bceeea 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ + https://github.com/SimJeg/FC-DenseNet [Lasagne] - DilatedNet [https://arxiv.org/pdf/1511.07122.pdf] [2016] + https://github.com/nicolov/segmentation_keras [Keras] + + https://github.com/fyu/dilation [Caffe] + + https://github.com/fyu/drn#semantic-image-segmentataion [PyTorch] + + https://github.com/hangzhaomit/semantic-segmentation-pytorch [PyTorch] - PixelNet [https://arxiv.org/pdf/1609.06694.pdf] [2016] + https://github.com/aayushbansal/PixelNet [Caffe] - ICNet [https://arxiv.org/pdf/1704.08545.pdf] [2017] @@ -99,10 +102,6 @@ + https://github.com/pudae/tensorflow-pspnet [Tensorflow] + https://github.com/hellochick/PSPNet-tensorflow [Tensorflow] + https://github.com/hellochick/semantic-segmentation-tensorflow [Tensorflow] -- Dilated convolution [https://arxiv.org/pdf/1511.07122.pdf] [2016] - + https://github.com/fyu/dilation [Caffe] - + https://github.com/fyu/drn#semantic-image-segmentataion [PyTorch] - + https://github.com/hangzhaomit/semantic-segmentation-pytorch [PyTorch] - DeconvNet [https://arxiv.org/pdf/1505.04366.pdf] [2015] + http://cvlab.postech.ac.kr/research/deconvnet/ [Caffe] + https://github.com/HyeonwooNoh/DeconvNet [Caffe]