jessemelpolio / Faster_RCNN_for_DOTA

Code used for training Faster R-CNN on DOTA
https://arxiv.org/abs/1711.10398
Apache License 2.0
336 stars 102 forks source link

Resume training #12

Closed r-isr closed 6 years ago

r-isr commented 6 years ago

Hi, I would like to resume training from a pre-trained model with rotations.( not the ordinary resnet101 model) I would like to use the rcnn_DOTA_quadrangle-0059.params , but I need the corresponding .state file.

Could you provide the .state file or if there is another way could you point it out?

Thanks,

jessemelpolio commented 6 years ago

Hi @Rani-1234 , the .state files are uploaded to the BaiduYun and Google Drive. I've also updated the README file.

FoilHao commented 5 years ago

So when I want to resume training, I just need to adjust the pretrained model in DOTA.yaml file?