#278 · Primary category: Computer Vision
InSPyReNet
Official PyTorch implementation of Revisiting Image Pyramid Structure for High Resolution Salient Object Detection (ACCV 2022)
Project last updated:05/14/25
GitHub Stars
783
Forks
88
Contributors
2
License
MIT
Why we included this project
InSPyReNet detects the most visually prominent object in an image and separates it from the background, and it is built to handle high-resolution images without needing high-resolution training data. The ACCV 2022 paper behind it proposes an image pyramid structure with a pyramid blending scheme to assemble predictions, and the official PyTorch code ships pretrained checkpoints, a model zoo, and a simple inference path. The authors also trained the model on the DIS5K dichotomous segmentation dataset, so the repo works as a practical starting point for background removal and image matting as well as saliency research. Photo editing, thumbnail cropping, and content-aware preprocessing pipelines can adapt the code as a baseline, and researchers can reproduce the reported benchmark results straight from the provided weights.
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)