nielsr HF staff commited on
Commit
7bc1fd5
1 Parent(s): cabb45c
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ datasets:
6
  - coco
7
  ---
8
 
9
- # DETR (End-to-End Object Detection) model with ResNet-101 backbone
10
 
11
  DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 panoptic (118k annotated images). It was introduced in the paper [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872) by Carion et al. and first released in [this repository](https://github.com/facebookresearch/detr).
12
 
 
6
  - coco
7
  ---
8
 
9
+ # DETR (End-to-End Object Detection) model with ResNet-50 backbone
10
 
11
  DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 panoptic (118k annotated images). It was introduced in the paper [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872) by Carion et al. and first released in [this repository](https://github.com/facebookresearch/detr).
12