ww1024cc
ww1024cc
Hi ! You can find bbox results here --> https://goo.gl/gP1yLd
Hi,thanks for your issue. In our paper, We find the results from `Max-out Strategy` give the best performances, but we also tried top 5~50 max proposals for experiments. We also...
We again check the `WSDDN pretrained-model` and make sure no wrong. `cls_score_net.weight` is actually a [20,4096] tensor. You should check https://github.com/Sunarker/Collaborative-Learning-for-Weakly-Supervised-Object-Detection/blob/4bd0df739b8bc3c50cc8cdfed905caaae0b12b06/lib/nets/vgg16.py#L26 and https://github.com/Sunarker/Collaborative-Learning-for-Weakly-Supervised-Object-Detection/blob/4bd0df739b8bc3c50cc8cdfed905caaae0b12b06/lib/nets/network.py#L398 in origin codes.