vladislavbro commited on
Commit
8c30d1a
·
verified ·
1 Parent(s): fa69062

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -25,6 +25,8 @@ This is the HF transformers implementation for D-FINE
25
 
26
  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).
27
 
 
 
28
  ### **How to use**
29
 
30
  ```python
 
25
 
26
  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).
27
 
28
+ ![COCO.png](https://huggingface.co/datasets/vladislavbro/images/tree/main/rt-detr-v2-graph.png)
29
+
30
  ### **How to use**
31
 
32
  ```python