waxnkw / IETrans-SGG.pytorch

This is the code of ECCV 2022 (Oral) paper "Fine-Grained Scene Graph Generation with Data Transfer".
Other
89 stars 6 forks source link

about the mretrics of VG-1800? #13

Open ZHUXUHAN opened 1 year ago

ZHUXUHAN commented 1 year ago

how can i eval the sgcls task on VG-1800, and how can i get the acc, macc, facc and non-zero metric as your reported?

waxnkw commented 1 year ago

Sorry for the late reply. Please copy the file tools/vg1800/eval.py to your output dir (the dir with eval_results.pytorch). Then, run python eval.py. The relational triplet (e.g. top50 triplet: xxxx) results will show the metrics.