rendicahya / kinetics100

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinetics-100 Dataset

Steps

  1. Download Kinetics-400 using the provided k400_downloader.sh and k400_extractor.sh in https://github.com/cvdfoundation/kinetics-dataset.git.
  2. Clone repo.
git clone --recursive https://github.com/rendicahya/kinetics100.git
cd kinetics100
  1. Configure config.json.
  2. Run check.py for a precheck. As of January 5, 2024:
Split Total Found
Train 6,400 6,351
Val 1,200 1,190
Test 2,400 2,379
Total 10,000 9,920
  1. Run build.py to build Kinetics-100. It creates symlinks from the Kinetics-400.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%