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

train with other detectrors #23

Closed AI-AUT closed 1 year ago

AI-AUT commented 1 year ago

hello as you mentioned in your paper, it is possible to use any detector to train with your model. how can I do it? I mean how to train yolo with your method?

thank you

akhilpm commented 1 year ago

You can refer to how I did for FCOS, and Faster RCNN in this code base and extend it to whichever you want.

relevant main files: train_fcos.py, train_net.py

AI-AUT commented 1 year ago

thanks could you please refer me a link to help me? I dont know how to start. steps I should go, any usefull link, or any thing usefull?