edouard-rolland commited on
Commit
6aede98
1 Parent(s): 5978a9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -63,11 +63,11 @@ language:
63
  <img width=100% alt="edouard-rolland/volcanic-plumes" src="https://huggingface.co/datasets/edouard-rolland/volcanic-plumes/resolve/main/thumbnail.png">
64
  </div>
65
 
66
- ### Dataset Description
67
 
68
  The dataset presents labelled pictures of plumes and of the Fuego Summit in Guatemala. The data was collected by the University of Bristol Flight Lab in Guatemala from March 22 to April 3, 2019. The drone used for this purpose was a Skywalker X8, equipped with a Pixhawk onboard computer running ArduPlane 3.7.1 and a Raspberry Pi 3B+ for mission management and communication with the ground station. The drone was also equipped of a GoPro Hero 9.
69
 
70
- ### Citation
71
 
72
  ```
73
  @inproceedings{rolland2024volcanic,
@@ -83,33 +83,33 @@ The dataset presents labelled pictures of plumes and of the Fuego Summit in Guat
83
  }
84
  ```
85
 
86
- ### Acknowledgement
87
 
88
  This work is supported by the WildDrone MSCA Doctoral Network funded by EU Horizon Europe under grant agreement no. 101071224, the Innovation Fund Denmark for the project DIREC (9142-00001B), and by the Engineering & Physical Sciences Research Council (UK) through the CASCADE (Complex Autonomous aircraft Systems Configuration, Analysis and Design Exploratory) programme grant (EP/R009953/1).
89
 
90
 
91
- ### Dataset Labels
92
 
93
  ```
94
  ['plume', 'summit']
95
  ```
96
 
97
- ### Example of Labelled Images
98
 
99
  <div align="center">
100
  <<img width=50% alt="edouard-rolland/volcanic-plumes" src="https://huggingface.co/datasets/edouard-rolland/volcanic-plumes/resolve/main/val_batch0_labels.jpg">
101
  </div>
102
 
103
- ### Number of Images
104
 
105
  ```json
106
  {'valid': 294, 'test': 456, 'train': 1211}
107
  ```
108
- ### Example of Application
109
 
110
  The dataset was used to train a YOLOv8 neural network. More details can be found in the paper mentioned in the citation section. The following <a href="https://www.youtube.com/watch?v=pSGYUPancfA">video</a> presents the model output for an entire flight.
111
 
112
- ### How to Use
113
 
114
  - Install [datasets](https://pypi.org/project/datasets/):
115
 
@@ -126,6 +126,5 @@ ds = load_dataset("edouard-rolland/volcanic-plumes", name="full")
126
  example = ds['train'][0]
127
  ```
128
 
129
- ### License
130
- MIT
131
-
 
63
  <img width=100% alt="edouard-rolland/volcanic-plumes" src="https://huggingface.co/datasets/edouard-rolland/volcanic-plumes/resolve/main/thumbnail.png">
64
  </div>
65
 
66
+ # Dataset Description
67
 
68
  The dataset presents labelled pictures of plumes and of the Fuego Summit in Guatemala. The data was collected by the University of Bristol Flight Lab in Guatemala from March 22 to April 3, 2019. The drone used for this purpose was a Skywalker X8, equipped with a Pixhawk onboard computer running ArduPlane 3.7.1 and a Raspberry Pi 3B+ for mission management and communication with the ground station. The drone was also equipped of a GoPro Hero 9.
69
 
70
+ # Citation
71
 
72
  ```
73
  @inproceedings{rolland2024volcanic,
 
83
  }
84
  ```
85
 
86
+ # Acknowledgement
87
 
88
  This work is supported by the WildDrone MSCA Doctoral Network funded by EU Horizon Europe under grant agreement no. 101071224, the Innovation Fund Denmark for the project DIREC (9142-00001B), and by the Engineering & Physical Sciences Research Council (UK) through the CASCADE (Complex Autonomous aircraft Systems Configuration, Analysis and Design Exploratory) programme grant (EP/R009953/1).
89
 
90
 
91
+ # Dataset Labels
92
 
93
  ```
94
  ['plume', 'summit']
95
  ```
96
 
97
+ # Example of Labelled Images
98
 
99
  <div align="center">
100
  <<img width=50% alt="edouard-rolland/volcanic-plumes" src="https://huggingface.co/datasets/edouard-rolland/volcanic-plumes/resolve/main/val_batch0_labels.jpg">
101
  </div>
102
 
103
+ # Number of Images
104
 
105
  ```json
106
  {'valid': 294, 'test': 456, 'train': 1211}
107
  ```
108
+ # Example of Application
109
 
110
  The dataset was used to train a YOLOv8 neural network. More details can be found in the paper mentioned in the citation section. The following <a href="https://www.youtube.com/watch?v=pSGYUPancfA">video</a> presents the model output for an entire flight.
111
 
112
+ # How to Use
113
 
114
  - Install [datasets](https://pypi.org/project/datasets/):
115
 
 
126
  example = ds['train'][0]
127
  ```
128
 
129
+ # License
130
+ MIT