question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is expected Kinetics400 dataset directory structure?

See original GitHub issue

Given 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:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

5reactions
vadimkantorovcommented, Jan 27, 2021

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

0reactions
vfdev-5commented, Jan 27, 2021

I agree. I had a similar question in my case… If you’d like to improve the docs, feel free to send a PR.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found