Files changed (1) hide show
  1. README.md +39 -4
README.md CHANGED
@@ -12,7 +12,6 @@ tags:
12
  - robotics
13
  - space
14
  annotations_creators:
15
- - crowdsourced
16
  - expert-generated
17
  language_creators:
18
  - found
@@ -54,32 +53,68 @@ configs:
54
  # BASEPROD: The Bardenas SemiDesert Planetary Rover Dataset
55
 
56
  ## Dataset Summary
57
- BASEPROD is a planetary rover dataset collected in the Bardenas semi-desert in Spain, containing approximately 36,000 synchronized sets of RGB, depth, and thermal images from a Realsense camera and thermal sensor, plus 62,000 additional stereo pairs from a Bumblebee XB3 camera. The dataset was collected using the MaRTA rover (Martian Rover Testbed for Autonomy) developed by ESA, traversing approximately 1.7km of Mars-analog terrain.
58
 
59
- This is merely a reupload of the existing dataset. For more information about the dataset and its creation, please refer to [ESA Robotics Datasets](https://roboshare.esa.int/datasets/index.php/baseprod/)
 
 
 
 
 
 
60
 
61
  ## Supported Tasks
62
 
63
  The dataset can be used for, among others:
 
64
  * Image Segmentation
65
  * Terrain Classification
66
  * Multi-modal Vision Analysis
67
 
 
 
68
  ## Sensors
69
 
70
  Realsense D435i RGB-D camera:
 
71
  * RGB resolution: 1280x720 pixels.
72
  * Depth resolution: 848x480 pixels.
73
  * Mounted in front center, tilted down 20°.
74
 
75
  Optris PI 640i thermal camera:
 
76
  * Resolution: 640x480 pixels.
77
  * Mounted below Realsense camera.
78
 
 
79
 
80
  ## Data Structure
 
81
  * color: RGB images, PNG format (1280x720).
82
  * depth: Values in millimeters.
83
  * depth_16bit: 16-bit unsigned grayscale PNG (848x480).
84
  * thermal: PNG format (640x480) with absolute temperature values (10-50°C).
85
- * thermal_rgb: PNG format (640x480) with per-image normalization for enhanced local contrast.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - robotics
13
  - space
14
  annotations_creators:
 
15
  - expert-generated
16
  language_creators:
17
  - found
 
53
  # BASEPROD: The Bardenas SemiDesert Planetary Rover Dataset
54
 
55
  ## Dataset Summary
 
56
 
57
+ [BASEPROD][paper] is a planetary rover dataset collected in the Bardenas semi-desert in Spain.
58
+ The dataset was collected using the MaRTA rover (Martian Rover Testbed for Autonomy) developed by ESA, traversing approximately 1.7km of Mars-analog terrain.
59
+
60
+ This is a **partial reupload**, containing approximately 36,000 RGB, depth, and thermal images from a Realsense camera and thermal sensor.
61
+ The [full dataset][dataset] includes *rosbags* and additional data such as inertial data, force-torque recordings, GNSS, maps, etc.
62
+
63
+ For more information about the dataset and its creation, please refer to the [dataset website][dataset] and the [paper][paper].
64
 
65
  ## Supported Tasks
66
 
67
  The dataset can be used for, among others:
68
+
69
  * Image Segmentation
70
  * Terrain Classification
71
  * Multi-modal Vision Analysis
72
 
73
+ A labeled subset of synchronized and aligned images is available [on Zenodo][labeled].
74
+
75
  ## Sensors
76
 
77
  Realsense D435i RGB-D camera:
78
+
79
  * RGB resolution: 1280x720 pixels.
80
  * Depth resolution: 848x480 pixels.
81
  * Mounted in front center, tilted down 20°.
82
 
83
  Optris PI 640i thermal camera:
84
+
85
  * Resolution: 640x480 pixels.
86
  * Mounted below Realsense camera.
87
 
88
+ For all sensors and formats as well as the map and weather data, please refer to the [full dataset][dataset].
89
 
90
  ## Data Structure
91
+
92
  * color: RGB images, PNG format (1280x720).
93
  * depth: Values in millimeters.
94
  * depth_16bit: 16-bit unsigned grayscale PNG (848x480).
95
  * thermal: PNG format (640x480) with absolute temperature values (10-50°C).
96
+ * thermal_rgb: PNG format (640x480) with per-image normalization for enhanced local contrast.
97
+
98
+ ## Citation
99
+
100
+ Gerdes, L., Wiese, T., Castilla Arquillo, R. *et al.* **BASEPROD: The Bardenas Semi-Desert Planetary Rover Dataset**. *Sci Data* **11**, 1054 (2024). <https://doi.org/10.1038/s41597-024-03881-1>
101
+
102
+ ```bibtex
103
+ @article{Baseprod,
104
+ author = {Levin Gerdes and Tim Wiese and Raúl Castilla Arquillo and Laura Bielenberg and Martin Azkarate and Hugo Leblond and Felix Wilting and Joaquín Ortega Cortés and Alberto Bernal and Santiago Palanco and Carlos Pérez del Pulgar},
105
+ doi = {10.1038/s41597-024-03881-1},
106
+ issn = {2052-4463},
107
+ issue = {1},
108
+ journal = {Scientific Data},
109
+ month = {9},
110
+ pages = {1054},
111
+ title = {BASEPROD: The Bardenas Semi-Desert Planetary Rover Dataset},
112
+ volume = {11},
113
+ url = {https://www.nature.com/articles/s41597-024-03881-1},
114
+ year = {2024},
115
+ }
116
+ ```
117
+
118
+ [dataset]: https://doi.org/10.57780/esa-xxd1ysw
119
+ [paper]: https://doi.org/10.1038/s41597-024-03881-1
120
+ [labeled]: https://doi.org/10.5281/zenodo.15496884