#217 · Primary category: Computer Vision
CascadePSP
[CVPR 2020] CascadePSP: Toward Class-Agnostic and Very High-Resolution Segmentation via Global and Local Refinement
Project last updated:01/02/26
GitHub Stars
886
Forks
97
Contributors
3
License
MIT
Why we included this project
Segmentation models often produce masks that look clean until you zoom in, when boundary detail starts to blur. CascadePSP tackles that by refining an existing binary mask against the original image: a global pass keeps the overall structure while a local pass works on high-resolution patches to tighten edges. It is class-agnostic, so it works on top of whatever segmenter or matting model you already have. The repository includes a pip package that refines an image in two lines of code, plus a pretrained model, training code, and an annotated UHD dataset called BIG for anyone who wants to retrain or dig deeper. For teams upgrading output quality without retraining their main model, it is a low-effort way to sharpen mask boundaries.
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)