Datasets:

Modalities:
Video
ArXiv:
License:
l0ngyan commited on
Commit
da6a740
Β·
verified Β·
1 Parent(s): 286e152

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -28
README.md CHANGED
@@ -1,5 +1,3 @@
1
- <<<<<<< HEAD
2
- =======
3
  ---
4
  license: mit
5
  task_categories:
@@ -21,14 +19,8 @@ Please refer to our πŸš€ [Website](http://opendrivelab.com/freetacman) | πŸ“„ [P
21
  ## πŸ“‚ Dataset Structure
22
 
23
  The dataset is organized into 50 task categories, each containing:
24
-
25
- <<<<<<< HEAD
26
- - **Video files**: Synchronized video recordings from the wrist-mounted and visuo-tactile cameras for each demonstration.
27
- - **Trajectory files**: Detailed 3D tracking data for TCP and gripper distance.
28
- =======
29
  - **Video files**: Synchronized video recordings from the wrist-mounted and visuo-tactile cameras for each demonstration
30
  - **Trajectory files**: Detailed tracking data for tool center point pose and gripper distance
31
- >>>>>>> 1e471f3c4c4c835a000978e1540f25f6a6345aaf
32
 
33
 
34
  ## 🧾 Data Format
@@ -46,16 +38,7 @@ Each trajectory file contains the following data columns:
46
  - `timestamp` - Unix Timestamp
47
 
48
  #### Tool Center Point (TCP) Data
49
- <<<<<<< HEAD
50
- - `TCP_pos_x`, `TCP_pos_y`, `TCP_pos_z` - TCP 3D position (mm)
51
- - `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (Euler angles in degrees)
52
- - `quat_w`, `quat_x`, `quat_y`, `quat_z` - TCP orientation (quaternion representation)
53
 
54
- #### Gripper Data
55
- - `gripper_distance` - Gripper opening distance (mm)
56
-
57
- All positional data is measured in millimeters (mm), and orientation angles are in degrees.
58
- =======
59
  - `TCP_pos_x`, `TCP_pos_y`, `TCP_pos_z` - TCP position
60
  - `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (euler angles)
61
  - `quat_w`, `quat_x`, `quat_y`, `quat_z` - TCP orientation (quaternion representation)
@@ -80,18 +63,8 @@ If you use this dataset in your research, please cite:
80
 
81
  ## πŸ’Ό License
82
 
83
- <<<<<<< HEAD
84
- This dataset is released under the Apache 2.0 License. See LICENSE file for details.
85
-
86
- ## πŸ“§ Contact
87
-
88
- For questions or issues regarding the dataset, please contact: Longyan Wu ([email protected])
89
-
90
-
91
- =======
92
  This dataset is released under the MIT License. See LICENSE file for details.
93
 
94
  ## πŸ“§ Contact
95
 
96
- For questions or issues regarding the dataset, please contact: Longyan Wu ([email protected]).
97
- >>>>>>> 1e471f3c4c4c835a000978e1540f25f6a6345aaf
 
 
 
1
  ---
2
  license: mit
3
  task_categories:
 
19
  ## πŸ“‚ Dataset Structure
20
 
21
  The dataset is organized into 50 task categories, each containing:
 
 
 
 
 
22
  - **Video files**: Synchronized video recordings from the wrist-mounted and visuo-tactile cameras for each demonstration
23
  - **Trajectory files**: Detailed tracking data for tool center point pose and gripper distance
 
24
 
25
 
26
  ## 🧾 Data Format
 
38
  - `timestamp` - Unix Timestamp
39
 
40
  #### Tool Center Point (TCP) Data
 
 
 
 
41
 
 
 
 
 
 
42
  - `TCP_pos_x`, `TCP_pos_y`, `TCP_pos_z` - TCP position
43
  - `TCP_euler_x`, `TCP_euler_y`, `TCP_euler_z` - TCP orientation (euler angles)
44
  - `quat_w`, `quat_x`, `quat_y`, `quat_z` - TCP orientation (quaternion representation)
 
63
 
64
  ## πŸ’Ό License
65
 
 
 
 
 
 
 
 
 
 
66
  This dataset is released under the MIT License. See LICENSE file for details.
67
 
68
  ## πŸ“§ Contact
69
 
70
+ For questions or issues regarding the dataset, please contact: Longyan Wu ([email protected]).