Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaDingCN authored Aug 4, 2022
1 parent 9b8afa6 commit 72fa083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is the official implementation of the paper "[DETRs with Hybrid Matching](h

Authors: Ding Jia, Yuhui Yuan, Haodi He, Xiaopei Wu, Haojun Yu, Weihong Lin, Lei Sun, Chao Zhang, Han Hu

## Citing H-Deformable-DETR
If you find H-Deformable-DETR useful in your research, please consider citing:
## Citing H-Deformable-DETR for MMDet
If you find H-Deformable-DETR for MMDet useful in your research, please consider citing:
```bibtex
@article{jia2022detrs,
title={DETRs with Hybrid Matching},
Expand Down Expand Up @@ -164,7 +164,7 @@ pip install -e .

Please download [COCO 2017](https://cocodataset.org/) dataset and organize them as following:
```
mmdetection
H-Deformable-DETR-mmdet
├── data
│ ├── coco
│ │ ├── train2017
Expand Down Expand Up @@ -193,7 +193,7 @@ GPUS_PER_NODE=8 tools/dist_test.sh \
8 --eval bbox
```

## Modified files compared to vanilla Deformable DETR
## Modified files compared to original MMDet

* configs/deformable_detr: add baseline configs
* configs/h-deformable-detr: add h-deformable-detr configs
Expand Down

0 comments on commit 72fa083

Please sign in to comment.