jwyang / graph-rcnn.pytorch

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

PredCls and SGCls #117

Open hu-my opened 2 years ago

hu-my commented 2 years ago

Hi, thank you very much for this great repository. When I read this code, I find it seems that only codes of sggen mode are included in the codebase. Is there any files/functions contains predcls and sgcls mode codes (for training and test) that I did't notice?