Peterande/D-FINE
Official implementation of D-FINE, a transformer-based object detection model that reframes bounding box regression as iterative distribution refinement.

Velocity · 7d
+4.8
★ / day
Trend
→steady
star history
D-FINE is a deep learning object detection model based on DEtection Transformers (DETR). It introduces a novel approach that redefines the regression task as a fine-grained distribution refinement process, rather than direct coordinate prediction. The method achieved ICLR 2025 Spotlight recognition and is implemented in Python using the DETR framework.