chainercv icon indicating copy to clipboard operation
chainercv copied to clipboard

`neg_iou_thresh_lo` value in `ProposalTargetCreator`

Open t2kasa opened this issue 4 years ago • 0 comments

Hi,

I want to know that the value 0.0 of neg_iou_thresh_lo is intended or not. In the Fast R-CNN paper, it seems that the assignment for negative samples is decided when between the sample and GT IoU is ranged in [0.1, 0.5). (in section Mini-batch sampling).

https://arxiv.org/pdf/1504.08083.pdf

https://github.com/chainer/chainercv/blob/master/chainercv/links/model/faster_rcnn/utils/proposal_target_creator.py#L36

t2kasa avatar Oct 07 '19 08:10 t2kasa