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

how can i get the zeroshot_triplet.pytorch1807? #11

Closed ZHUXUHAN closed 1 year ago

ZHUXUHAN commented 1 year ago

FileNotFoundError: [Errno 2] No such file or directory: 'maskrcnn_benchmark/data/datasets/evaluation/vg/zeroshot_triplet.pytorch1807'

waxnkw commented 1 year ago

Sorry for forgetting to upload this. Due to the reason that I do not care about zero-shot performance on VG-1800. I just copy zeroshot_triplet.pytorch50 as zeroshot_triplet.pytorch1807. You can just go to maskrcnn_benchmark/data/datasets/evaluation/vg/ and run cp zeroshot_triplet.pytorch50 zeroshot_triplet.pytorch1807

ZHUXUHAN commented 1 year ago

Sorry for forgetting to upload this. Due to the reason that I do not care about zero-shot performance on VG-1800. I just copy zeroshot_triplet.pytorch50 as zeroshot_triplet.pytorch1807. You can just go to maskrcnn_benchmark/data/datasets/evaluation/vg/ and run cp zeroshot_triplet.pytorch50 zeroshot_triplet.pytorch1807

ok,this is right, thanks.