jlynxdev commited on
Commit
ebce3ca
1 Parent(s): a056be9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -37,4 +37,35 @@ configs:
37
  path: data/train-*
38
  - split: validation
39
  path: data/validation-*
 
 
 
 
40
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  path: data/train-*
38
  - split: validation
39
  path: data/validation-*
40
+ task_categories:
41
+ - image-classification
42
+ size_categories:
43
+ - 10K<n<100K
44
  ---
45
+
46
+ # Kortowo Dynamics Image Dataset
47
+ This is the image dataset for the [Kortowo Dynamics project](https://github.com/KTFish/kortowo-dynamics).
48
+
49
+ It contains frames derived from the [original video dataset](https://github.com/jlynxdev/kortowo-dynamics-video-dataset).
50
+
51
+ ## Purpose
52
+ The initial purpose of this dataset has been to train a video classification model using the strategy of analysing individual frames.
53
+
54
+ # Contents
55
+ The dataset contains video frames of the Boston Dynamics' Spot robot performing different actions.
56
+
57
+ **Available classes:**
58
+ - body_swing
59
+ - crawling
60
+ - jumping
61
+ - looking_left
62
+ - looking_right
63
+ - looking_up_or_down
64
+ - moving_down
65
+ - moving_up
66
+ - sitting
67
+ - standing
68
+ - turning_around
69
+ - turning_left
70
+ - turning_right
71
+ - walking