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

voc2coco #36

Closed zuikeaideren closed 8 months ago

zuikeaideren commented 8 months ago

Hello, you can share with me the following json file of the DOTA data set or share with me your voc2coco file. I will always get an error when converting the data set using the link you gave me. Thank you for sharing.

akhilpm commented 8 months ago

It was an easy & straightforward code that ran smoothly when I tried to use it for the conversion. It hardly took some 10 minutes to get the converted JSON files.

Anyway, I have updated the ReadMe file with the links to JSON files for DOTA. Please find it at the repo home in the "Dataset download" section.

zuikeaideren commented 8 months ago

It was an easy & straightforward code that ran smoothly when I tried to use it for the conversion. It hardly took some 10 minutes to get the converted JSON files.

Anyway, I have updated the ReadMe file with the links to JSON files for DOTA. Please find it at the repo home in the "Dataset download" section.

Well, yes, I also used the link you gave me to convert the json file, but an error was reported when running it. Thank you for sharing.