megvii-research / Iter-E2EDET

Official implementation of the paper "Progressive End-to-End Object Detection in Crowded Scenes"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use Cityperson dataset in your project ?

hbu-cv opened this issue · comments

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?

commented

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.