mattgmcadams
commited on
Commit
•
456a919
1
Parent(s):
322f557
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AirDrums Data
|
2 |
+
This dataset contains all data needed for training
|
3 |
+
|
4 |
+
`2d_images` contains raw unsegmented image data for 2-dimensional dataset. filenames are representative of timestamp
|
5 |
+
|
6 |
+
`3d_images` contains raw unsegmented image data (paired) for 3-dimensional dataset. filenames are representative of timestamp and camera angle
|
7 |
+
|
8 |
+
images from both of the previous sets are to be segmented and converted to a coordinate and direction
|
9 |
+
|
10 |
+
`2d_imu` contains IMU data for training in 2-dimensional space (xy) with segmented images from above
|
11 |
+
|
12 |
+
`3d_imu` contains IMU data for training in 3-dimensional space(xyz) with segmented images from above and front (xy and yz planes)
|
13 |
+
|
14 |
+
|
15 |
+
---
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
|
19 |
+
tags:
|
20 |
+
- sensor
|
21 |
+
- location
|
22 |
+
|
23 |
+
datasets:
|
24 |
+
- 2d_images
|
25 |
+
- 3d_images
|
26 |
+
- 2d_imu
|
27 |
+
- 3d_imu
|
28 |
+
---
|
29 |
+
|