File size: 951 Bytes
61420f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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`