From 017013e3b6d650e719167b36e3b1782fdad4da2e Mon Sep 17 00:00:00 2001 From: Mehdi Ozel <52709620+dasmehdix@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:31:26 +0300 Subject: [PATCH] DDRNet Added. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c3912a..c424327 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,9 @@ + https://github.com/dong-x16/PortraitNet [PyTorch] - GSCNN [https://arxiv.org/pdf/1907.05740.pdf] [2019] + https://github.com/nv-tlabs/gscnn [PyTorch] - +- DDRNet [https://arxiv.org/pdf/2101.06085.pdf] [2021] + + https://github.com/ydhongHIT/DDRNet [PyTorch] + + https://github.com/chenjun2hao/DDRNet.pytorch [PyTorch] ### Instance aware segmentation - FCIS [https://arxiv.org/pdf/1611.07709.pdf] + https://github.com/msracver/FCIS [MxNet]