#328 · Primary category: Computer Vision
GSCNN
Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
Project last updated:10/23/23
GitHub Stars
938
Forks
199
Contributors
6
License
Other
Why we included this project
Researchers and engineers working on scene understanding will find a solid reference implementation of the ICCV 2019 Gated-SCNN paper, which splits shape information into its own stream so object boundaries stay sharp instead of getting smoothed over by the main semantic branch. The repo carries the full PyTorch training and evaluation pipeline with configs and pretrained Cityscapes weights, so it is practical to reproduce the authors' boundary-aware results without re-implementing the architecture yourself. It is a good baseline when urban or street-scene segmentation needs clean edges and fine structure, not just per-pixel accuracy. Because the method depends on a specific preprocessing arrangement and a dedicated shape stream, treat the code as a base for experimentation and study rather than a drop-in production service. Also note the CC BY-NC-SA non-commercial license before building anything on it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)