| dataset_info: | |
| pretty_name: Kinetics-100 few-shot subset | |
| # Kinetics-100 few-shot subset | |
| This repository is built from `StanislavLev/kinetics400` using the original metadata file | |
| `few_shot_info/kinetics100.csv`. | |
| It preserves the research Kinetics-100 few-shot split: | |
| - total clips in metadata: 9991 | |
| - matched/uploaded clips: 9991 | |
| - classes: 100 | |
| - few-shot split counts: {'val': 1198, 'test': 2400, 'train': 6393} | |
| - original source split counts: {'val': 579, 'train': 9412} | |
| Important: | |
| - `split` is the few-shot/meta split. | |
| - `og_split` is the original Kinetics source split. | |
| - Output tar paths are rooted by few-shot split and CSV label: | |
| `train/<label_name>/<video>.mp4`, `val/<label_name>/<video>.mp4`, `test/<label_name>/<video>.mp4`. | |
| Files: | |
| - `train/*.tar` | |
| - `val/*.tar` | |
| - `test/*.tar` | |
| - `selected_kinetics100_manifest.csv` | |
| - `few_shot_info/kinetics100.csv` | |
| - `few_shot_info/kinetics10.csv` | |
| - `few_shot_info/split_class_summary.csv` | |