What is expected Kinetics400 dataset directory structure?
See original GitHub issueGiven that the dataset does not come with official downloader scripts and that most roll their own or hack some third-party scripts, it would be much clearer if https://pytorch.org/docs/stable/torchvision/datasets.html#kinetics-400 explained what directory structure is expected by torchvision.datasets.Kinetics400
What is the expected dataset size? and the video file extensions?
Thanks!
cc @pmeier
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Downloading The Kinetics Dataset For Human Action ...
This blog will go through the steps taken taken in downloading the videos from the annotations files as well as challenges faced and...
Read more >Prepare the Kinetics400 dataset
Kinetics400 is an action recognition dataset of realistic action videos, collected from YouTube. With 306,245 short trimmed videos from 400 action ...
Read more >Supported Datasets — MMAction2 0.24.1 documentation
Check Directory Structure. After the whole data pipeline for ActivityNet preparation, you will get the features, videos, frames and annotation files.
Read more >README.md · main · Franklin Ogidi / X3D-tf - GitLab
These options expect the following folder/file structure: ... In the case of the kinetics-400 dataset, the TFRecord files took 1.3 TB of ...
Read more >AR – Deep Learning
There is a text file provided with the dataset which lists all of the relative paths ... It's more likely that with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The problem is that the dataset does not have official download or dataset stats scripts or recommended directory structure. From what I found, the root_dir should be the path to the split, the split directory should contain directories for every class labels with videos inside them. But this should better be mentioned explicitly in the docs
I agree. I had a similar question in my case… If you’d like to improve the docs, feel free to send a PR.