jd730 / OICR-pytorch

Pytorch Implementation of Multiple Instance Detection Network with Online Instance Classifier Refinement
MIT License
75 stars 10 forks source link

iteration issue #29

Open xarryon opened 3 years ago

xarryon commented 3 years ago

Hi author, after I see your code, I think the number of iteration per epoch is decided by the number of image. Therefore, the program will cope with 5011 images per epoch in your code. But in that paper, that author sets 70k iterations and batch size also equal to 2. So each epoch should deal with 3500 iterations and that means each epoch should process 7000 images rather that 5011. I do not sure whether my thinking is right...