-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to reproduce the scores of Charades-STA? #4
Comments
应该怎么处理charade-sta数据集,直接下载的数据集 总是在 torch.stack处报错 |
把hdf5拆成npy就行 |
你看看能不能跑出来论文里的分数,是不是我的配置有问题 |
你好,sub_activitynet_v1-3.c3d.hdf5 这个文件怎么下载呀,有人下载好了可以分享一下吗 |
Hi daidaiershidi, Thank you for your interest in our work. Given the limited information, we could not figure out where the problem lies, too. However, we can provide the following guess for your reference: As far as we know, the feature of Charades-STA dataset has a lot of versions - not like ActivityNet Captions which pretty much has only one version sub_activitynet_v1-3.c3d.hdf5. To replicate our exact scores on Charades-STA, please do make sure that you prepare the data in the way that we described, rather than download elsewhere. This is what we consider the most probable reason. Other than this, the mismatch may also due to the different randomness across the machines, which we assume you are aware of already. Good luck, |
Thank you very much for your inspiring work, but I don't know why I can't reproduce the scores in the paper
The text was updated successfully, but these errors were encountered: