xiuqhou/Salience-DETR
[CVPR 2024] Official implementation of the paper "Salience DETR: Enhancing Detection Transformer with Hierarchical Salience Filtering Refinement"
This project helps computer vision practitioners accurately identify and locate objects within images, even for very small or irregularly shaped items. You provide an image with various objects, and it precisely draws bounding boxes around each object, including fine details of their outlines. This is ideal for quality control specialists, automated inspection engineers, or anyone building systems for visual recognition.
225 stars. No commits in the last 6 months.
Use this if you need highly precise object detection, especially for tasks involving small objects or when capturing the exact contours of an object is important for analysis.
Not ideal if you only need general object recognition without high precision bounding box or contour detection, or if you're not working with visual data.
Stars
225
Forks
17
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Apr 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/xiuqhou/Salience-DETR"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dddzg/up-detr
[TPAMI 2022 & CVPR2021 Oral] UP-DETR: Unsupervised Pre-training for Object Detection with Transformers
hanouticelina/deformable-DETR
Implementation of the paper : Deformable DETR: Deformable Transformers for End-to-End Object...
xiuqhou/Relation-DETR
[ECCV2024 Oral] Official implementation of the paper "Relation DETR: Exploring Explicit Position...
akshitac8/OW-DETR
[CVPR 2022] Official Pytorch code for OW-DETR: Open-world Detection Transformer
BarCodeReader/SelfReformer
[TMM-2023] Official implementation of "Towards Complete and Detail-Preserved Salient Object...