jwyang / graph-rcnn.pytorch

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

In readme, the freq baseline model of this repo has the best performance (sgdet@50=25.0), (sgdet@100=28.5) ?? So strange!! #89

Open zyong812 opened 4 years ago

zyong812 commented 4 years ago

Dear author,

I feel confused when seeing this results. Does it mean that those complex models using contextualization cannot even beat the simple statistical freq model?

ZhuYun97 commented 4 years ago

image You can compare this model with these models mentioned in Neural Motifs paper.

zyong812 commented 4 years ago

image You can compare this model with these models mentioned in Neural Motifs paper.

Thank you! I know what you mean. I am just curious about why the implementation of this repo cannot even beat using frequency statistics.