msracver / Relation-Networks-for-Object-Detection

Relation Networks for Object Detection
MIT License
1.09k stars 190 forks source link

have a question:what the "non_gt_index" means in this project??thanks! #31

Open eynaij opened 5 years ago

chengdazhi commented 5 years ago

Hi. Some rois are ground truth boxes, and non_gt_index is for indexing rois that are not ground truth.

eynaij commented 5 years ago

Hi. Some rois are ground truth boxes, and non_gt_index is for indexing rois that are not ground truth.

thanks!And I've try to add Relation Module in my end-to-end FPN project with non_gt_index set as None,but it act as a drop in mAP.Is there a mistake about the set of not_gt_index?? And another question...what the "nongt_dim" means in rcnn_attention?Thanks a lot!