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
I think using ground-truth box as candidate box in test time
I can't find any test time proposal code in this repo
Is it correct? is It wrong evaluation?
proposal_target_layer.py
179 labels = labels[keep_inds]
I think "labels = labels[keep_inds]" is also using ground-truth information because proposal_target_layer returns only 256 sampled rois( it is filtered by IOU then it is sampled)
Is it correct evaluation? do i misunderstand?
I am not good at English. Sorry
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
proposal_target_layer.py
65 all_rois = np.vstack((all_rois,
66 np.hstack((zeros, np.vstack((gt_easyboxes[:, :-1], jittered_gt_boxes[:, :-1]))))))
I think using ground-truth box as candidate box in test time
I can't find any test time proposal code in this repo
Is it correct? is It wrong evaluation?
proposal_target_layer.py
179 labels = labels[keep_inds]
I think "labels = labels[keep_inds]" is also using ground-truth information because proposal_target_layer returns only 256 sampled rois( it is filtered by IOU then it is sampled)
Is it correct evaluation? do i misunderstand?
I am not good at English. Sorry
The text was updated successfully, but these errors were encountered: