EGO4D / episodic-memory

MIT License
104 stars 60 forks source link

VQ3D: vq2d siam_rcnn_residual_kys_val.json file missing? #21

Open amarmhrjn opened 2 years ago

amarmhrjn commented 2 years ago

Hi,

I am trying to run VQ3D and following the steps mentioned in the VQ3D readme file. It seems VQ3D requires VQ2D results as I see the following argument is used few times: _--vq2d_results data/vq2d_results/siam_rcnn_residual_kysval.json

Do I have to run VQ2D project to generate the above file? or can you share the file?

Thanks

vincentcartillier commented 2 years ago

Yes you would need to follow the instructions on VQ2D to generate this result file. You should be able to recreate these results using the pre-trained models.

amarmhrjn commented 2 years ago

Okay. I got the pre-trained model. Which script or python file I should be running to generate that json file? Is it scripts/evaluate_vq.sh or any other file?

srama2512 commented 2 years ago

@amarmhrjn - You can follow the instructions on this README to set up and evaluate the VQ2D baseline. https://github.com/EGO4D/episodic-memory/tree/main/VQ2D

4mm7 commented 6 months ago

Yes you would need to follow the instructions on VQ2D to generate this result file. You should be able to recreate these results using the pre-trained models.

hi I have fllowed the insructions on the README, only got a json file named vq2d_models/pretrained_models/siam_rcnn_residual/val_predictions_pst_0.50_lost_thresh_0.20.json, but it seems not the json file i need. Can I get more instructions to generate the vq2d siam_rcnn_residual_kys_val.json file?