ruoqianguo / cascade-rcnn_Pytorch

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

is the dim of rois wrong? #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

when i try to test the trained model, i found that the dim of rois after bbox_decode is [300, 85]. It causes the error in second pyramidroi_feat function. could you tell me your dim of rois, and i think there is something wrong in bbox_decode function.

ghost commented 6 years ago

i used predicted label instead of rois label when testing, and it worked.