pliang279 / MultiBench

[NeurIPS 2021] Multiscale Benchmarks for Multimodal Representation Learning
MIT License
462 stars 68 forks source link

The Kinetics Dataset #4

Closed duchenzhuang closed 2 years ago

duchenzhuang commented 2 years ago

Where can I get the data in /data/yiwei/kinetics?

duchenzhuang commented 2 years ago

Now I have downloaded the kinetics400 dataset. And the data is organized like this: /kinetics/train/class_name/.mp4, /kinetics/val/class_name/.mp4. How can I process the data to get ".pdt" file?

lvyiwei1 commented 2 years ago

Hello, sorry for the late reply. You can see an example of processing mp4 files into .pt files in datasets/kinetics/getkineticssmall.py, and then you can find examples of merging the .pt files into .pdt files in datasets/kinetics/tobatch_37.py. Hope this helps!