Closed Jngwl closed 5 years ago
One easy way to get this is training WSDDN by following the schedule in its original paper. You can use the corresponding implementation of WSDDN in this project to train, save and reload.
Since you want to tailor this work to your scenario, I think you should be familiar with our code first. Then, it is easy for you to extract the corresponding code of WSDDN in this project, and rewrite an independent script to train the WSDDN.
Since you want to tailor this work to your scenario, I think you should be familiar with our code first. Then, it is easy for you to extract the corresponding code of WSDDN in this project, and rewrite an independent script to train the WSDDN.
I get it, thank you very much
I have a question. I tried this training framework with only imagenet pretrained model instead of wsddn pretrained model on voc2007 dataset, and the training setting is same to original code. However, the AP on strong branch dropped from 48.3(reported result) to 20.1(newly trained). Is WSDDN pretrained model essential for the initialization of WSCDN training framework?
Hello,Thanks for sharing your great works again. Recently, when I changed the
Pascal VOC2007
training set to my own training set (only 6 classes of pictures), I encountered a problem that theclass_score_net.bias
dimension did not match. Can you share how theWSDDN
pre-training model was obtained? Thank you very much!