[ECCV-2020]: Improving Semantic Segmentation via Decoupled Body and Edge Supervision
☆380Oct 30, 2022Updated 3 years ago
Alternatives and similar repositories for DecoupleSegNets
Users that are interested in DecoupleSegNets are comparing it to the libraries listed below
Sorting:
- [ECCV-2020-oral]-Semantic Flow for Fast and Accurate Scene Parsing☆384Mar 12, 2024Updated last year
- Gated-Shape CNN for Semantic Segmentation (ICCV 2019)☆936Oct 23, 2023Updated 2 years ago
- The official Pytorch implementation of OCNet, OCRNet, and SegFix.☆1,229Jul 25, 2024Updated last year
- Tensor Low-rank Reconstruction for Semantic Segmentation☆110Nov 6, 2020Updated 5 years ago
- Implementation for "Context Prior for Scene Segmentation"☆251Feb 26, 2021Updated 5 years ago
- Official code for ICCV2021 paper: Enhanced Boundary Learning for Glass-like Object Segmentation☆80Dec 1, 2021Updated 4 years ago
- BoundarySqueeze: Image Segmentation as Boundary Squeezing☆56Apr 9, 2022Updated 3 years ago
- [CVPR 2020] CascadePSP: Toward Class-Agnostic and Very High-Resolution Segmentation via Global and Local Refinement☆877Jan 2, 2026Updated 2 months ago
- [CVPR 2021 & IJCV 2024] Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers☆1,110Sep 2, 2024Updated last year
- Official PyTorch implementation of HANet (CVPR 2020)☆217Jun 15, 2022Updated 3 years ago
- [ECCV 2020] Boundary-preserving Mask R-CNN☆199Sep 24, 2020Updated 5 years ago
- PointFlow (CVPR-2021)☆124Jul 6, 2023Updated 2 years ago
- Source code and model GALD net (BMVC-2019) and Dual-Seg Net (BMVC-2019)☆348Aug 11, 2021Updated 4 years ago
- Code for our CVPR2020 paper "Strip Pooling: Rethinking Spatial Pooling for Scene Parsing"☆413Jun 10, 2020Updated 5 years ago
- ☆31Dec 20, 2022Updated 3 years ago
- This repo provides fast semantic segmentation models on CityScapes/Camvid DataSet by Pytorch☆212Aug 28, 2023Updated 2 years ago
- [ICLR 2020] "FasterSeg: Searching for Faster Real-time Semantic Segmentation" by Wuyang Chen, Xinyu Gong, Xianming Liu, Qian Zhang, Yuan …☆530Jan 27, 2023Updated 3 years ago
- Scene Segmentation with Dual Relation-aware Attention Network (TNNLS2020)☆42Oct 21, 2020Updated 5 years ago
- ACFNet: Attentional Class Feature Network for Semantic Segmentation.(ICCV2019)☆81Feb 19, 2021Updated 5 years ago
- Representative Graph Neural Network☆35Aug 12, 2020Updated 5 years ago
- Nvidia Semantic Segmentation monorepo☆1,816Jul 26, 2021Updated 4 years ago
- Dual Super-Resolution Learning for Semantic Segmentation☆107Aug 13, 2021Updated 4 years ago
- ICCV2021 (Oral) - Exploring Cross-Image Pixel Contrast for Semantic Segmentation☆689Oct 13, 2022Updated 3 years ago
- CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).☆1,481Mar 19, 2021Updated 4 years ago
- Intra-class Feature Variation Distillation for Semantic Segmentation (ECCV 2020)☆72Sep 10, 2020Updated 5 years ago
- Implementation of BiSeNet and BiSeNetV2☆131Apr 8, 2020Updated 5 years ago
- Per-Pixel Classification is Not All You Need for Semantic Segmentation (NeurIPS 2021, spotlight)☆1,450Mar 11, 2022Updated 3 years ago
- The code for Expectation-Maximization Attention Networks for Semantic Segmentation (ICCV'2019 Oral)☆684May 25, 2020Updated 5 years ago
- Enforcing temporal consistency in real-time per-frame semantic video segmentation☆304Jan 2, 2021Updated 5 years ago
- Support PointRend, Fast_SCNN, HRNet, Deeplabv3_plus(xception, resnet, mobilenet), ContextNet, FPENet, DABNet, EdaNet, ENet, Espnetv2, Ref…☆725Jul 5, 2024Updated last year
- The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semant…