You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
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).
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
The text was updated successfully, but these errors were encountered: