TreB1eN/Lighthead-RCNN-in-Pytorch0.4.1

roi generates from RPN unnormal

Opened this issue · 0 comments

Hi, did you train your code successfully? the rois genreates from RPN are not right at all:

roi origin:  [[933.   0. 933. 700.]
 [933.   0. 933.   0.]
 [933.   0. 933. 700.]
 [933.   0. 933.   0.]
 [  0.   0. 933.   0.]
 [  0. 700.   0. 700.]
 [  0.   0. 933.   0.]
 [  0. 700. 933. 700.]]


it has a lot zero coordinates, and the w, h calculated were also zeros mostly:

[  0. 933.   0. ... 933.   0.   0.]
[700. 700. 700. ...   0.   0. 700.]

What may caused this error?