Hello, thank you for open-sourcing this repository.
I am trying to reproduce the C3D+LSTM results for AQA-7 using the C3D-LSTM--PyTorch repository. However, I found that the code expects a file named c3d.pickle, but this file is not included in the repository.
Could you clarify:
- Where can I obtain
c3d.pickle?
- Is there an official pretrained C3D checkpoint for this repository?
- If the file is unavailable, is random initialization acceptable for reproduction, or do you recommend another repository / setup?
Thank you very much.
Hello, thank you for open-sourcing this repository.
I am trying to reproduce the C3D+LSTM results for AQA-7 using the
C3D-LSTM--PyTorchrepository. However, I found that the code expects a file namedc3d.pickle, but this file is not included in the repository.Could you clarify:
c3d.pickle?Thank you very much.