Why is my count for the number of videos in htm_aa_v1.csv 247, 564 instead of 370K?
Opened this issue · 4 comments
Hi, I downloaded htm_aa_v1.csv from the Oxford server you given, I used np.unique to count the video list and found only 247, 564 videos but not 370k videos. Is there something wrong?
htm_aa_v1.csv should be the output of TAN, which will be used for downstream representation learning. It is not the HTM370k training set for TAN.
htm_aa_v1.csv should be the output of TAN, which will be used for downstream representation learning. It is not the HTM370k training set for TAN.
Will you release a list of video IDs for HTM370K?
I am waiting for the author to release their training code and training set as well.
Hi, HTM-370K is ready to download from the project page. We provide two files:
- YouTube ASR sentences: [sentences, start-timestamps, end-timestamps] for each video,
- The video IDs in a txt file.
We recently find YouTube ASR quality improves over time -- the ASR file released by the HowTo100M team 3 years ago (https://www.di.ens.fr/willow/research/howto100m/) has many low-quality ASR texts. So we re-downloaded the YouTube ASR files in June and went through the pre-processing pipeline, to release these ASR files with better quality.
I'm working on the rest. Thank you for your patience.