PyTorch implementation for high-resolution salient object detection
Top 51.9% on sourcepulse
This repository provides the official PyTorch implementation of InSPyReNet, a novel framework for high-resolution salient object detection (HR-SOD). It addresses the challenge of HR-SOD without requiring HR datasets by employing an image pyramid structure and a unique pyramid blending method to overcome receptive field discrepancies. The target audience includes researchers and practitioners in computer vision focused on image segmentation and object detection.
How It Works
InSPyReNet utilizes an image pyramid structure to generate saliency maps at multiple resolutions. A key innovation is its pyramid blending method, which synthesizes results from LR and HR image scales. This approach is designed to mitigate the effective receptive field (ERF) discrepancy between different resolutions, enabling accurate HR prediction without direct HR training data.
Quick Start & Requirements
pip install transparent-background
python utils/download.py --extra --dest [DEST]
getting_started.md
. Model Zoo and pre-computed results are detailed in model_zoo.md
. A web demo is available via HuggingFace.Highlighted Details
transparent-background
package.Maintenance & Community
The project was presented at ACCV2022. A web demo is available on HuggingFace, provided by TasksWithCode.
Licensing & Compatibility
The repository does not explicitly state a license in the README. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The README does not specify a license, which may impact commercial adoption. Compatibility details for closed-source integration are also absent.
2 months ago
Inactive