Relation-Networks-for-Object-Detection icon indicating copy to clipboard operation
Relation-Networks-for-Object-Detection copied to clipboard

Question about "nongt_dim"

Open lilichu opened this issue 5 years ago • 4 comments

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 avatar May 01 '19 09:05 lilichu

@lilichu Have you solved it? I also want to know the meaning of this parameter.

YJLCV avatar Jul 20 '19 11:07 YJLCV

@jmuyjl Have you solved it? I

shajie17 avatar Jul 31 '19 02:07 shajie17

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

NHW2017 avatar Dec 01 '20 12:12 NHW2017

Have you saved this question? I am so confused!

ZhangYuewan avatar Dec 13 '21 09:12 ZhangYuewan