aleksispi / drl-rpn-tf

Official Tensorflow implementation of drl-RPN: Deep Reinforcement Learning of Region Proposal Networks (CVPR 2018 paper)
MIT License
78 stars 21 forks source link

However, if "WEIGHTS_PATH" is not entered, an error occurs. How can i train my custom data without pretrained weight? #9

Closed leesing9 closed 3 years ago

leesing9 commented 3 years ago

I'm trying to train drlrpn using a custom dataset with a different number of classes. However, if "WEIGHTS_PATH" is not entered, an error occurs. How can i train my custom data without pretrained weight?