meenakshi-roam commited on
Commit
7ef9478
·
verified ·
1 Parent(s): 4de5f24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -33
README.md CHANGED
@@ -6,83 +6,56 @@ size_categories:
6
  - 100K<n<1M
7
  ---
8
  # About RoAM
9
-
10
  We introduce Robot Autonomous Motion (RoAM), a unique video-action dataset that includes 50 long video sequences collected over 7 days at 14 different indoor spaces, capturing various indoor human activities from the ego-motion perspective of the Turtlebot3 robot. Along with the stereo image sequences, RoAM also contains time-stamped robot action sequences that are synchronised with the video data. The dataset primarily includes a range of human movements, such as walking, jogging, hand-waving, gestures, and sitting actions, which an indoor robot might encounter while navigating environments populated by people.
11
  Each of the 50 recorded video sequences, is started with unique initial conditions such that there is sufficient diversity and variations in the dataset. The dataset pre-dominantly records human walking motion while the robot slowly explores its surroundings.
12
 
13
-
14
  ### Dataset Description
15
-
16
  The RoAM dataset is collected using a custom-built Turtlebot3 Burger robot. We have used the Tensorflow Dataset API to generate 3,07,200 video-action sequences of length 25 for training our variational and diffusion models. It also contains the corresponding action values from the robot's motion to capture the movement of the camera. We have used Zed mini stereo vision camera for capturing the left and right timestamped image pairs. Other than that the robot is equipped with an LDS-01 2-dimensional LiDAR, a TP-link WiFi communication module as shown in Figure above. The Turtlebot3 employs two DYNAMIXEL XL430-W250 servo motors for navigation, utilizing current-based torque control. These motors are actuated and controlled by the OpenCR-01 board, which is integrated into the platform. For our specific application, we have selected the Jetson TX2 board as the onboard computer, operating on the ROS Melodic framework and the Ubuntu 18.04 operating system. This setup offers the advantage of leveraging the Jetson TX2's high computational power to support complex robotic tasks, such as perception, navigation, and machine learning.
 
17
 
18
-
19
- - **Curated by:** [Meenakshi Sarkar ]
20
-
21
-
22
- - **Repository:** [https://github.com/meenakshisarkar/RoAM-dataset.git]
23
 
24
  ## Uses
25
-
26
  Video Generation and Prediction, Robot motion, Camera Action, Reinforcement Learning
27
-
28
  ### Caution
29
-
30
  Dataset Purpose: Research in video generative models
31
  Potential Misuse: Risk of exploitation for creating and spreading misinformation through deepfake videos
32
  ## Dataset Structure
33
  dataset is currently available in TFRecord file format.
34
  ## TFRecord File Structure
35
-
36
  This dataset is stored in TFRecord format and contains the following features:
37
 
38
  ### Features
39
-
40
  1. **image_left**
41
  - Shape: [256, 256, 4]
42
  - Data type: uint8
43
  - Description: Image data, with 4 channels (e.g., RGBA)
44
-
45
  2. **action**
46
  - Shape: [1, 2]
47
  - Data type: float32
48
- - Description: Represents an robot/camera action or movement vector
49
-
50
  3. **folder_name**
51
  - Shape: [1]
52
  - Data type: string
53
  - Description: Name of the folder associated with the date and the location of the indoor place where the data was collected
54
-
55
  ### Additional Information
56
-
57
  - **Partition**: test
58
  - **Number of files**: 5
59
  - **Partition**: train
60
  - **Number of files**: 45
61
 
62
-
63
-
64
-
65
-
66
-
67
-
68
  ## Citation
69
-
70
  @InProceedings{acpnet2023,
71
  author={Sarkar, Meenakshi and Honkote, Vinayak and Das, Dibyendu and Ghose, Debasish},
72
  booktitle={2023 32nd IEEE International Conference on Robot and Human Interactive Communication (RO-MAN)},
73
  title={Action-conditioned Deep Visual Prediction with RoAM, a new Indoor Human Motion Dataset for Autonomous Robots},
74
  year={2023},
75
- volume={},
76
- number={},
77
  pages={1115-1120},
78
  doi={10.1109/RO-MAN57019.2023.10309423}
79
  }
80
-
81
-
82
- ## Dataset Card Authors
83
-
84
  [Meenakshi Sarkar]
85
 
86
- ## Dataset Card Contact
87
-
88
 
6
  - 100K<n<1M
7
  ---
8
  # About RoAM
 
9
  We introduce Robot Autonomous Motion (RoAM), a unique video-action dataset that includes 50 long video sequences collected over 7 days at 14 different indoor spaces, capturing various indoor human activities from the ego-motion perspective of the Turtlebot3 robot. Along with the stereo image sequences, RoAM also contains time-stamped robot action sequences that are synchronised with the video data. The dataset primarily includes a range of human movements, such as walking, jogging, hand-waving, gestures, and sitting actions, which an indoor robot might encounter while navigating environments populated by people.
10
  Each of the 50 recorded video sequences, is started with unique initial conditions such that there is sufficient diversity and variations in the dataset. The dataset pre-dominantly records human walking motion while the robot slowly explores its surroundings.
11
 
 
12
  ### Dataset Description
 
13
  The RoAM dataset is collected using a custom-built Turtlebot3 Burger robot. We have used the Tensorflow Dataset API to generate 3,07,200 video-action sequences of length 25 for training our variational and diffusion models. It also contains the corresponding action values from the robot's motion to capture the movement of the camera. We have used Zed mini stereo vision camera for capturing the left and right timestamped image pairs. Other than that the robot is equipped with an LDS-01 2-dimensional LiDAR, a TP-link WiFi communication module as shown in Figure above. The Turtlebot3 employs two DYNAMIXEL XL430-W250 servo motors for navigation, utilizing current-based torque control. These motors are actuated and controlled by the OpenCR-01 board, which is integrated into the platform. For our specific application, we have selected the Jetson TX2 board as the onboard computer, operating on the ROS Melodic framework and the Ubuntu 18.04 operating system. This setup offers the advantage of leveraging the Jetson TX2's high computational power to support complex robotic tasks, such as perception, navigation, and machine learning.
14
+ - **Curated by:** Meenakshi Sarkar
15
 
16
+ - **Repository:** https://github.com/meenakshisarkar/RoAM-dataset.git
 
 
 
 
17
 
18
  ## Uses
 
19
  Video Generation and Prediction, Robot motion, Camera Action, Reinforcement Learning
 
20
  ### Caution
 
21
  Dataset Purpose: Research in video generative models
22
  Potential Misuse: Risk of exploitation for creating and spreading misinformation through deepfake videos
23
  ## Dataset Structure
24
  dataset is currently available in TFRecord file format.
25
  ## TFRecord File Structure
 
26
  This dataset is stored in TFRecord format and contains the following features:
27
 
28
  ### Features
 
29
  1. **image_left**
30
  - Shape: [256, 256, 4]
31
  - Data type: uint8
32
  - Description: Image data, with 4 channels (e.g., RGBA)
 
33
  2. **action**
34
  - Shape: [1, 2]
35
  - Data type: float32
36
+ - Description: Represents a robot/camera action or movement vector
 
37
  3. **folder_name**
38
  - Shape: [1]
39
  - Data type: string
40
  - Description: Name of the folder associated with the date and the location of the indoor place where the data was collected
 
41
  ### Additional Information
 
42
  - **Partition**: test
43
  - **Number of files**: 5
44
  - **Partition**: train
45
  - **Number of files**: 45
46
 
 
 
 
 
 
 
47
  ## Citation
48
+ ```bibtex
49
  @InProceedings{acpnet2023,
50
  author={Sarkar, Meenakshi and Honkote, Vinayak and Das, Dibyendu and Ghose, Debasish},
51
  booktitle={2023 32nd IEEE International Conference on Robot and Human Interactive Communication (RO-MAN)},
52
  title={Action-conditioned Deep Visual Prediction with RoAM, a new Indoor Human Motion Dataset for Autonomous Robots},
53
  year={2023},
 
 
54
  pages={1115-1120},
55
  doi={10.1109/RO-MAN57019.2023.10309423}
56
  }
57
+ ## Authors
 
 
 
58
  [Meenakshi Sarkar]
59
 
60
+ ## Contact
 
61