#526 · Primary category: Computer Vision
UPSNet
UPSNet: A Unified Panoptic Segmentation Network
Project last updated:07/11/19
GitHub Stars
645
Forks
114
Contributors
1
License
Other
Why we included this project
UPSNet is a useful reference implementation if you work on scene understanding and want to see how panoptic segmentation was handled in the CVPR 2019 oral paper. Instead of running separate models for semantic and instance segmentation, it does both in a single end-to-end network, so you get per-pixel class labels and per-object masks from one pass. The repo ships pretrained models and reported results on COCO and Cityscapes, which makes it a convenient baseline when you are comparing newer panoptic methods or adapting the architecture to your own data. One thing to plan around: it targets PyTorch 0.4.1 and training expects 4 to 16 GPUs.
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)