jwyang / graph-rcnn.pytorch

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

why the present node is not added in the formula in Grcnn? #73

Open kangkang59812 opened 4 years ago

kangkang59812 commented 4 years ago

https://github.com/jwyang/graph-rcnn.pytorch/blob/83a95c4b9ce4fc48ec63d67d7ed63df25218550e/lib/scene_parser/rcnn/modeling/relation_heads/grcnn/agcn/agcn.py#L23 While in your paper, the present node zi is added in Relu.

689AD826-561E-4B67-82F3-38606DFC894B