microsoft/VideoX

Charades Dataset

iriyagupta opened this issue · 3 comments

Hi @Sy-Zhang, for 2D-TAN, I think the charades dataset file is not working, tried running the python file for the conversion. Did not seem to work or generate anything.
Can you guide me over that?

Note: when the features are directly downloaded and created as vgg_rgb_features.c3d, then I was able to replace the file name in the charades.py and run it.
I am not sure if I am doing this correctly, please let me know if this is the correct way. Thank you :)

Hi @Sy-Zhang, for 2D-TAN, I think the charades dataset file is not working, tried running the python file for the conversion. Did not seem to work or generate anything. Can you guide me over that?

Note: when the features are directly downloaded and created as vgg_rgb_features.c3d, then I was able to replace the file name in the charades.py and run it. I am not sure if I am doing this correctly, please let me know if this is the correct way. Thank you :)

Could you provide more information, such as the python file you are running and the error message?

I am trying to run [convert_vgg_features_to_hdf5.py](https://github.com/microsoft/VideoX/blob/master/2D-TAN/data/Charades-STA/convert_vgg_features_to_hdf5.py) for the charades features generation. When I run it, the file does not run and skips everything, hence creating charades_rgb_features.hdf5 which has no data. I checked all the required files and paths as well. They seem to be correct.

Would that be an important step, or directly downloading vgg_rgb_features.hdf5 file and using it for evaluation is sufficient?

I am trying to run [convert_vgg_features_to_hdf5.py](https://github.com/microsoft/VideoX/blob/master/2D-TAN/data/Charades-STA/convert_vgg_features_to_hdf5.py) for the charades features generation. When I run it, the file does not run and skips everything, hence creating charades_rgb_features.hdf5 which has no data. I checked all the required files and paths as well. They seem to be correct.

Would that be an important step, or directly downloading vgg_rgb_features.hdf5 file and using it for evaluation is sufficient?

Could you check starting from which step is skipped? and Yes, directly downloading vgg_rgb_features.hdf5 file is sufficient.