Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 770 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 770 Bytes

Prepare Jester-v1 dataset

Data Preparation

Firstly, we need to download the Jester dataset.

  • (Notice) The official link is expired, so I refer to the other link in kaggle dataset.

  • place the .zip file into the dataset directory.

  • extract the frames by running

    cd dataset 
    python unzip_multithread.py

Process the data and generate corresponding labels

Finally, we get category.txt, train_videofolder.txt, val_videofolder.txt and test_videofolder.txt documents.

python3 datas/generate_label.py

Reference

  1. https://github.com/jiamingNo1/Temporal-Shift-Module/tree/master/datas