PySGG icon indicating copy to clipboard operation
PySGG copied to clipboard

BGNN performance without BLS

Open hesedjds opened this issue 3 years ago • 1 comments

Thank you for your great job! We want to check the effect of BLS, so we tried to reproduce Table 3 in the paper (The ablation for the resampling strategy).

We used the same config file with the demo script (e2e_relBGNN_vg.yaml), but we just changed it as below: MODEL.ROI_RELATION_HEAD.DATA_RESAMPLING None MODEL.ROI_RELATION_HEAD.DATA_RESAMPLING_METHOD None

However, we just got less performance than the paper:

  mR@20 mR@50 mR@100 R@20 R@50 R@100
Our 4.9 7.09 8.85 23.76 31.38 38.06
Paper - - 9.7 - - 36.1

Can you share your config file for Table 3?

hesedjds avatar Nov 22 '21 04:11 hesedjds