From 7bc1fd54ac5848893d98509caa9d199afd137ae9 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Tue, 1 Jun 2021 11:55:15 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f31ce72..e77fe58 100644 --- a/README.md +++ b/README.md @@ -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).