DeLightCMU / ElaborativeRehearsal

This is the official implementation of Elaborative Rehearsal for Zero-shot Action Recognition (ICCV2021)
MIT License
36 stars 7 forks source link

Questions about Elaborative Description and adapt to the datasets #3

Open zhiyiGao opened 3 years ago

zhiyiGao commented 3 years ago

Thank you very much for your excellent work, we had some issues that need your answer. 1.About Elaborative Description We found some errors in the public EDs,and some descriptions are not very appropriate. Can we manually revise them? In HMDB51 dataset: “word”: “Pick” “defn”: “detach and remove (a flower, fruit, or vegetable) from where it is growing.” In UCF101 dataset: “word”: “TableTennisShot” “defn”: “put (food) into the mouth and chew and swallow it.” 2.About adapt to the datasets The released code is on the proposed Kinetics ZSAR Benchmark. How should we get Kinetics ZSAR Benchmark? Would you give some instructions to download and adapt to the datasets (Olympic Sports, HMDB51 and UCF101)? We now have the HMDB51 and UCF101 datasets. If we run on the HMDB51 and UCF101, how should we modify the code? Begging to point out what needs to be modified. Looking forward to your reply.

cshizhe commented 3 years ago
  1. Yes! Sorry that there are still few noisy EDs in the annotation. You could clean the EDs and maybe update them in the repo.
  2. We provided the video ids so you could download the videos via some open toolkits. You just need to prepare the data as the same format of Kinetics for other datasets.
zhiyiGao commented 3 years ago

Ok,if it is convenient, can you upload the proposed Kinetics-620 ZSAR Benchmark in the paper to the cloud and provide a download link? And could you update the README to further explain how to adapt to the dataset in the code? Hoping you can take the time to help solve the problems. Thank you.

zzzhhh1031 commented 2 years ago

Kinetics-620 ZSAR Benchmark

Do you get the data for the Kinetics-620 ZSAR Benchmark?

zzzhhh1031 commented 2 years ago

好的,如果方便的话,你能把论文中提出的Kinetics-620 ZSAR Benchmark上传到云端并提供下载链接吗?您能否更新自述文件以进一步解释如何适应代码中的数据集?希望你能花时间帮助解决问题。谢谢。

Do you know how to adapt to your dataset?