akhilpm / DroneDetectron2

Pytorch code for our CVPRw 2023 paper "Cascaded Zoom-in Detector for High Resolution Aerial Images"
MIT License
52 stars 7 forks source link

annotations_VisDrone_train.json annotations_VisDrone_val.json #6

Closed zuikeaideren closed 1 year ago

zuikeaideren commented 1 year ago

Hello, how did you get the above two json files?

akhilpm commented 1 year ago

Hello, the original annotations of the VisDrone dataset are in PASCAL VOC format. I converted it to COCO format using the following script.

https://github.com/Tony607/voc2coco/blob/master/voc2coco.py

Try this code. If there is any issue, let me know I will share my adapted code or the JSON files itself.