megvii-research / Iter-E2EDET

Official implementation of the paper "Progressive End-to-End Object Detection in Crowded Scenes"
MIT License
88 stars 8 forks source link

How to use Cityperson dataset in your project ? #12

Closed hbu-cv closed 1 year ago

hbu-cv commented 2 years ago

Thanks for your work ! If I want to use the CityPerson dataset for training and evaluation in your project, do I need to register the dataset with detectron2 ? And how to modify the configuration file?

yexiguafuqihao commented 2 years ago

We have registered the CityPerson dataset with detectron2. Please check line #59 in this for details. Besides, you may need to convert the CityPerson annotation into COCO-style format.