jwyang / graph-rcnn.pytorch

[ECCV 2018] Official code for "Graph R-CNN for Scene Graph Generation"
733 stars 157 forks source link

Question about position encoding in Relationshipness(nn.Module) #101

Open mandal4 opened 4 years ago

mandal4 commented 4 years ago

Thank you for a nice work!

I found that there is pos_encoding argument in class Relationshipness (relationshipness.py) I guess it is to regress each relationshipness with considering geometric location of each box. But i found any expression about it in the paper. Did you use pos_encoding to report the experimental result?

Thanks,