cj-mills commited on
Commit
c390e4c
1 Parent(s): 73ac3b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -7,4 +7,74 @@ language:
7
  pretty_name: HaGRID Sample 30k 384p
8
  size_categories:
9
  - 10K<n<100K
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pretty_name: HaGRID Sample 30k 384p
8
  size_categories:
9
  - 10K<n<100K
10
+ ---
11
+
12
+ This dataset contains 31,833 images from [HaGRID](https://github.com/hukenovs/hagrid) (HAnd Gesture Recognition Image Dataset) downscaled to 384p. The original dataset is 716GB and contains 552,992 1080p images. I created this sample for a tutorial so readers can use the dataset in the free tiers of Google Colab and Kaggle Notebooks.
13
+
14
+ ### Original Authors:
15
+ * [Alexander Kapitanov](https://www.linkedin.com/in/hukenovs)
16
+ * [Andrey Makhlyarchuk](https://www.linkedin.com/in/makhliarchuk)
17
+ * [Karina Kvanchiani](https://www.linkedin.com/in/kvanchiani)
18
+
19
+ ### Original Dataset Links
20
+ * [GitHub](https://github.com/hukenovs/hagrid)
21
+ * [Kaggle Datasets Page](https://www.kaggle.com/datasets/kapitanov/hagrid)
22
+
23
+ ### Object Classes
24
+ ```text
25
+ ['call',
26
+ 'no_gesture',
27
+ 'dislike',
28
+ 'fist',
29
+ 'four',
30
+ 'like',
31
+ 'mute',
32
+ 'ok',
33
+ 'one',
34
+ 'palm',
35
+ 'peace',
36
+ 'peace_inverted',
37
+ 'rock',
38
+ 'stop',
39
+ 'stop_inverted',
40
+ 'three',
41
+ 'three2',
42
+ 'two_up',
43
+ 'two_up_inverted']
44
+ ```
45
+
46
+ ### Annotations
47
+ * `bboxes`: `[top-left-X-position, top-left-Y-position, width, height]`
48
+ * Multiply `top-left-X-position` and `width` values by the image width and multiply `top-left-Y-position` and `height` values by the image height.
49
+ <div style="overflow-x: auto; overflow-y: auto">
50
+ <table>
51
+ <thead>
52
+ <tr style="text-align: right">
53
+ <th></th>
54
+ <th>00005c9c-3548-4a8f-9d0b-2dd4aff37fc9</th>
55
+ </tr>
56
+ </thead>
57
+ <tbody>
58
+ <tr>
59
+ <th>bboxes</th>
60
+ <td>[[0.23925175, 0.28595301, 0.25055143, 0.20777627]]</td>
61
+ </tr>
62
+ <tr>
63
+ <th>labels</th>
64
+ <td>[call]</td>
65
+ </tr>
66
+ <tr>
67
+ <th>leading_hand</th>
68
+ <td>right</td>
69
+ </tr>
70
+ <tr>
71
+ <th>leading_conf</th>
72
+ <td>1</td>
73
+ </tr>
74
+ <tr>
75
+ <th>user_id</th>
76
+ <td>5a389ffe1bed6660a59f4586c7d8fe2770785e5bf79b09334aa951f6f119c024</td>
77
+ </tr>
78
+ </tbody>
79
+ </table>
80
+ </div>