hasanirtiza / Pedestron

[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
https://openaccess.thecvf.com/content/CVPR2021/papers/Hasan_Generalizable_Pedestrian_Detection_The_Elephant_in_the_Room_CVPR_2021_paper.pdf
Apache License 2.0
687 stars 159 forks source link

How to convert Caltech to COCO #79

Closed zl9501 closed 3 years ago

zl9501 commented 3 years ago

Hi, thanks for your nice repo! Now I have some data in Caltech format, I'd like to train them using Pedestron, how to convert them to COCO format?

hasanirtiza commented 3 years ago

Currently, we do not have the conversion script in the repo. You can have a look at conversion scripts of other datasets in tools/covert_datasets and see how they are converted to COCO format. Or may some thing on the internet like this might help.

zl9501 commented 3 years ago

Thanks a lot for your kind reply!