Relation-Networks-for-Object-Detection
Relation-Networks-for-Object-Detection copied to clipboard
Question about "nongt_dim"
hi! do you know how 'nongt_dim' works? https://github.com/msracver/Relation-Networks-for-Object-Detection/blob/e83e911d828e3c86624ce0aeb8d742d5ee67d5ba/relation_rcnn/symbols/resnet_v1_101_rcnn_attention_1024_pairwise_position_multi_head_16_learn_nms.py#L85 for example, nongt_dim = 2000(rois per image), when train, there is 2 images per batch, so 2000*2 rois. it will get the relation between every rois and first 2000 rois. but the rois of 2th image also get the relation about rois of 1th image. it is unreasonable. thanks!
@lilichu Have you solved it? I also want to know the meaning of this parameter.
@jmuyjl Have you solved it? I
hi! do you know how 'nongt_dim' works? https://github.com/msracver/Relation-Networks-for-Object-Detection/blob/e83e911d828e3c86624ce0aeb8d742d5ee67d5ba/relation_rcnn/symbols/resnet_v1_101_rcnn_attention_1024_pairwise_position_multi_head_16_learn_nms.py#L85
for example, nongt_dim = 2000(rois per image), when train, there is 2 images per batch, so 2000*2 rois. it will get the relation between every rois and first 2000 rois. but the rois of 2th image also get the relation about rois of 1th image. it is unreasonable. thanks!
Can you tell me more about it? I'm also confused about this parameter
Have you saved this question? I am so confused!