Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.24 KB

Kinectics Food

Overview

Kinetics-600 is a large-scale 600-class video action dataset, consists of a total of 495,547 videos. We sub-sampled a food subclass in the dataset to train the model, where we follow the list of such a subclass from Weissenborn et al. (2020), namely: baking, barbequing, breading, cooking, cutting, pancake, vegetables, meat, cake, sandwich, pizza, sushi, tea, peeling, fruit, eggs, salad. We use train split for the model training and use the validation set for the evaluation. Note that we only use these classes, different from Weissenborn et al. (2020) to train the model with the whole dataset.

Download and extract videos

# download and extract train file
bash download_extract.sh train

# download and extract validation file
bash download_extract.sh val

Preprocess into png

python preprocess.py

After running all codes, one can obtain png preprocessed Kinectics-food dataset at ./train and ./val folders.

Reference

We used the downloading and extraction codes from the following repository: kinetics-dataset.