ruoqianguo / cascade-rcnn_Pytorch

An implementation of Cascade R-CNN: Delving into High Quality Object Detection.
MIT License
436 stars 107 forks source link

here is a bug. it should not be sum_fg[i] but min(num_fg, sum_fg[i]) #33

Open SunAnLan opened 5 years ago

SunAnLan commented 5 years ago

https://github.com/guoruoqian/cascade-rcnn_Pytorch/blob/947ebe93b9431c1dd654a54024c902d4386f030e/lib/model/rpn/anchor_target_layer_fpn.py#L120