This commit is contained in:
Niels Rogge 2021-06-01 11:55:15 +00:00 committed by huggingface-web
parent cabb45ce89
commit 7bc1fd54ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ datasets:
- coco
---
# DETR (End-to-End Object Detection) model with ResNet-101 backbone
# DETR (End-to-End Object Detection) model with ResNet-50 backbone
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).