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

DOTA issue #39

Closed zuikeaideren closed 8 months ago

zuikeaideren commented 8 months ago

Hello, after training the DOTA data set, why do the final results I get differ so much from the results in the paper? Can you help me analyze it and answer it? If you need me to provide additional documents, please let me know, thank you. image

akhilpm commented 8 months ago

It is because the current config file is using 10% data points (I changed the settings to 10% for some experiments and forgot to change it back, sorry). I updated the config file.

zuikeaideren commented 8 months ago

thank you for your answer