-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add DETR readme.md * update model zoo * fix typo
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# DETR | ||
|
||
## Introduction | ||
|
||
We provide the config files for DETR: [End-to-End Object Detection with Transformers](https://arxiv.org/abs/2005.12872). | ||
|
||
```BibTeX | ||
@inproceedings{detr, | ||
author = {Nicolas Carion and | ||
Francisco Massa and | ||
Gabriel Synnaeve and | ||
Nicolas Usunier and | ||
Alexander Kirillov and | ||
Sergey Zagoruyko}, | ||
title = {End-to-End Object Detection with Transformers}, | ||
booktitle = {ECCV}, | ||
year = {2020} | ||
} | ||
``` | ||
|
||
## Results and Models | ||
|
||
| Backbone | Model | Lr schd | Mem (GB) | Inf time (fps) | box AP | Config | Download | | ||
|:------:|:--------:|:-------:|:--------:|:--------------:|:------:|:------:|:--------:| | ||
| R-50 | DETR |150e || | | [config](https://github.com/open-mmlab/mmdetection/tree/master/configs/detr/detr_r50_8x4_150e_coco.py) | [model]() | [log]() | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters