longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

Why do you jittere all_rois in proposal_target_layer.py? #22

Closed acgtyrant closed 7 years ago

acgtyrant commented 7 years ago

I find that _jitter_gt_boxes functions does not exist in origin py_faster_rcnn.

acgtyrant commented 7 years ago

I find the comment "add the ground-truth to rois will cause zero loss! not good for visuallization", so it is.