Open QiueY514 opened 2 months ago
Another problems, the file zeroshot_triplet_new.pytorch
provided in your repo T-CAR is the same as the file zeroshot_triplet_0_new_order.pytorch
required in this repo? Thanks!
Hi, thanks for your great work! Now I'm trying to evaluate model on VG dataset but meet some problems.
- Only one file named
vg_stage1_predcls.zip
in the provided link in Evaluation. There is no predcls file for stage2.- How to evaluate model on stage2? The command in Evaluation seems only for evaluating on stage1.
The original checkpoints of the second stage were lost due to the corrupte of our server hard disk. We have reproduced our results and the checkpoint has been uploaded to the link. The reproduced performance are 47.76 R@100
, 49.17 mR@100
in predcls.
As for evaluating the second stage, you should change the MODEL.STAGE
to stage2
and the OUTPUT_DIR to ./experiments/vg_stage2_predcls
.
Hi, thanks for your great work! Now I'm trying to evaluate model on VG dataset but meet some problems.
vg_stage1_predcls.zip
in the provided link in Evaluation. There is no predcls file for stage2.