innat commited on
Commit
b245f76
1 Parent(s): c6df3e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - video-classification
5
+ size_categories:
6
+ - 100M<n<1B
7
  ---
8
+
9
+ ### Dataset Description
10
+
11
+ Original source: https://www.deepmind.com/open-source/kinetics
12
+
13
+ ## innat/KineticsTop5
14
+
15
+ A small set from Kinetics-400. It contains 5 classes.
16
+
17
+ ```bash
18
+ {0: 'opening_bottle',
19
+ 1: 'squat',
20
+ 2: 'reading_book',
21
+ 3: 'sneezing',
22
+ 4: 'reading_newspaper'}
23
+ ```
24
+
25
+ - kinetics_top5.zip: No internal data drop.
26
+ - kinetics_top5_tiny.zip: Internal data drop.
27
+
28
+
29
+