From 72fa0838e1c209b42966ea6716a35d1b47827a77 Mon Sep 17 00:00:00 2001 From: jiading Date: Thu, 4 Aug 2022 22:41:51 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8218ed98..e780705e 100644 --- a/README.md +++ b/README.md @@ -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}, @@ -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 @@ -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