ppengtang / pcl.pytorch

PyTorch codes for our papers "Multiple Instance Detection Network with Online Instance Classifier Refinement" and "PCL: Proposal Cluster Learning for Weakly Supervised Object Detection".
MIT License
253 stars 49 forks source link

How to get comp4_*_det_*.txt for VOC2012 #64

Closed HMCCMH closed 2 years ago

HMCCMH commented 2 years ago

Thank you for your good work! But I wanna know how to get the results of comp4.txt for VOC2012. I use the test_net.py for testing VOC2012test,but the code has errors and only produces detections.pkl.

ghZHM commented 2 years ago

hello, I have the same problem, the error is caused by missing annotations of the test set. Could you please tell me how did you fix it

Glutton-zh commented 2 years ago

hello, I have the same problem, the error is caused by missing annotations of the test set. Could you please tell me how did you fix it

Hello, have you solved this problem and how do you get the comp3_dettest*.txt, Thanks

ghZHM commented 2 years ago

@Glutton-zh I am sorry, I did not solve it.