qubvel-hf HF Staff commited on
Commit
c040b3e
·
verified ·
1 Parent(s): 235a201

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -7,4 +7,11 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ This organization is created by the Transformers team to maintain the D-Fine Object Detection model checkpoints, originally released by the University of Science and Technology.
11
+
12
+ D-Fine docs: https://huggingface.co/docs/transformers/model_doc/d_fine.
13
+
14
+ Additional resources:
15
+ - [inference notebook](https://github.com/qubvel/transformers-notebooks/blob/main/notebooks/DFine_inference.ipynb)
16
+ - [fine-tuning notebook](https://github.com/qubvel/transformers-notebooks/blob/main/notebooks/DFine_finetune_on_a_custom_dataset.ipynb)
17
+ - [tracking notebook](https://github.com/qubvel/transformers-notebooks/blob/main/notebooks/DFine_tracking.ipynb)