Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,54 @@ dataset_info:
|
|
26 |
num_examples: 504
|
27 |
download_size: 521529
|
28 |
dataset_size: 717630
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
num_examples: 504
|
27 |
download_size: 521529
|
28 |
dataset_size: 717630
|
29 |
+
task_categories:
|
30 |
+
- image-classification
|
31 |
+
- image-segmentation
|
32 |
+
language:
|
33 |
+
- en
|
34 |
+
tags:
|
35 |
+
- Hyperspectral
|
36 |
+
- Robotics
|
37 |
+
- Robot
|
38 |
+
- Autonomous
|
39 |
+
- Multispectral
|
40 |
+
pretty_name: 'Hyper-Drive: Hyperspectral Driving Dataset'
|
41 |
+
size_categories:
|
42 |
+
- n<1K
|
43 |
---
|
44 |
+
Towards automated analysis of large environments, hyperspectral sensors must be adapted into a format where they can be operated from mobile robots. In this dataset, we highlight hyperspectral datacubes collected from the [Hyper-Drive ](https://river-lab.github.io/hyper_drive_data/) imaging system. Our system collects and registers datacubes spanning the visible to shortwave infrared (660-1700 nm) in 33 wavelength channels. The system also simultaneously captures the ambient solar spectrum reflected off a white reference tile. The dataset consists of 500 labeled datacubes from on-road and off-road terrain compliant with the [ATLAS](http://gvsets.ndia-mich.org/documents/AAIR/2022/ATLAS,%20an%20All-Terrain%20Labelset%20for%20Autonomous%20Systems.pdf).
|
45 |
+
|
46 |
+
This work first appeared at [WHISPERS](https://www.ieee-whispers.com/) 2023 In Athens, Greece and is a product of the [Robotics and Intelligent Vehicles Research Laboratory (RIVeR)](https://www.robot.neu.edu/) at [Northeastern University](https://www.northeastern.edu/).
|
47 |
+
|
48 |
+
In addition to the 500 labeled hyperspectral datacubes, raw ROS bagfiles generated of each of the sensor feeds at a higher frame rate are available [here](https://river-lab.github.io/hyper_drive_data/Data_Set.html). These files are provided as an additional resource and do not contain semantic labels, but contain ~10,000 additional hyperspectral datacubes of in-between frames from the labeled dataset. It also contains additional datatypes for terrain analysis such as inertial measurement unit (IMU) data. To the best of the authors knowledge, it is the **largest vehicle-centric hyperspectral dataset** currently available!
|
49 |
+
|
50 |
+
*This research was sponsored by the United States Army Core of Engineers (USACE) Engineer Research and Development Center (ERDC) Geospatial Research Laboratory (GRL) and was accomplished under Cooperative Agreement Federal Award Identification Number (FAIN) W9132V-22-2-0001. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of USACE EDRC GRL or the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes notwithstanding any copyright notation herein.*
|
51 |
+
---
|
52 |
+
license: mit
|
53 |
+
configs:
|
54 |
+
- config_name: default
|
55 |
+
data_files:
|
56 |
+
- split: train
|
57 |
+
path: data/train-*
|
58 |
+
dataset_info:
|
59 |
+
features:
|
60 |
+
- name: hsi
|
61 |
+
dtype: string
|
62 |
+
- name: rgb
|
63 |
+
dtype: string
|
64 |
+
- name: segmentation
|
65 |
+
dtype: string
|
66 |
+
- name: spectra
|
67 |
+
dtype:
|
68 |
+
array2_d:
|
69 |
+
shape:
|
70 |
+
- 1
|
71 |
+
- 305
|
72 |
+
dtype: float32
|
73 |
+
splits:
|
74 |
+
- name: train
|
75 |
+
num_bytes: 717630
|
76 |
+
num_examples: 504
|
77 |
+
download_size: 521529
|
78 |
+
dataset_size: 717630
|
79 |
+
---
|