Open amarmhrjn opened 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.
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?
@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
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?
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