Skip to content

Commit a88a4cc

Browse files
authored
Create README.md
1 parent fc1cba1 commit a88a4cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DETR/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# DETR notebooks
2+
3+
This folder contains several notebooks illustrating how to use DETR for inference as well as fine-tuning on custom data.
4+
5+
* [inference with DetrForObjectDetection on an image](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DETR/DETR_minimal_example_(with_DetrFeatureExtractor).ipynb)
6+
* [fine-tuning DetrForObjectDetection on a custom dataset](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DETR/Fine_tuning_DetrForObjectDetection_on_custom_dataset_(balloon).ipynb)
7+
* [evaluating DetrForObjectDetection on COCO](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DETR/Evaluating_DETR_on_COCO_validation_2017.ipynb)
8+
* [inference with DetrForSegmentation on an image](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DETR/DETR_panoptic_segmentation_minimal_example_(with_DetrFeatureExtractor).ipynb)
9+
* [fine-tuning DetrForSegmentation on a custom dataset](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DETR/Fine_tuning_DetrForSegmentation_on_custom_dataset_end_to_end_approach.ipynb)
10+
11+
All DETR checkpoints can be found on the [hub](https://huggingface.co/models?other=detr).
12+
13+
Update: we now also support [Deformable DETR](https://huggingface.co/docs/transformers/main/en/model_doc/deformable_detr), which improves upon the original DETR in terms of convergence.

0 commit comments

Comments
 (0)