Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,12 @@ This model was contributed by [VladOS95-cyber](https://github.com/VladOS95-cyber
|
|
22 |
|
23 |
This is the HF transformers implementation for D-FINE
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
### **Performance**
|
26 |
|
27 |
D-FINE, a powerful real-time object detector that achieves outstanding localization precision by redefining the bounding box regression task in DETR models. D-FINE comprises two key components: Fine-grained Distribution Refinement (FDR) and Global Optimal Localization Self-Distillation (GO-LSD).
|
|
|
22 |
|
23 |
This is the HF transformers implementation for D-FINE
|
24 |
|
25 |
+
_coco -> model trained on COCO
|
26 |
+
|
27 |
+
_obj365 -> model trained on Object365
|
28 |
+
|
29 |
+
_obj2coco -> model trained on Object365 and then finetuned on COCO
|
30 |
+
|
31 |
### **Performance**
|
32 |
|
33 |
D-FINE, a powerful real-time object detector that achieves outstanding localization precision by redefining the bounding box regression task in DETR models. D-FINE comprises two key components: Fine-grained Distribution Refinement (FDR) and Global Optimal Localization Self-Distillation (GO-LSD).
|