edouard-rolland commited on
Commit
c948119
1 Parent(s): 653a88b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -14
README.md CHANGED
@@ -67,31 +67,40 @@ language:
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
- ### Example of Application
71
-
72
-
73
-
74
  ### Citation
75
 
 
 
 
 
 
76
  ### Acknowledgement
77
 
78
  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).
79
 
80
 
81
-
82
-
83
  ### Dataset Labels
84
 
85
  ```
86
  ['plume', 'summit']
87
  ```
88
 
 
 
 
 
 
89
 
90
  ### Number of Images
91
 
92
  ```json
93
  {'valid': 294, 'test': 456, 'train': 1211}
94
  ```
 
 
 
 
 
95
 
96
 
97
  ### How to Use
@@ -111,14 +120,6 @@ ds = load_dataset("edouard-rolland/volcanic-plumes", name="full")
111
  example = ds['train'][0]
112
  ```
113
 
114
-
115
- ### Citation
116
-
117
- ```
118
- @misc{
119
- }
120
- ```
121
-
122
  ### License
123
  MIT
124
 
 
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
+ @misc{
74
+ }
75
+ ```
76
+
77
  ### Acknowledgement
78
 
79
  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).
80
 
81
 
 
 
82
  ### Dataset Labels
83
 
84
  ```
85
  ['plume', 'summit']
86
  ```
87
 
88
+ ### Example of Labelled Images
89
+
90
+ <div align="center">
91
+ <iframe width="60%" height="315" src="https://www.youtube.com/watch?v=pSGYUPancfA" frameborder="0" allowfullscreen></iframe>
92
+ </div>
93
 
94
  ### Number of Images
95
 
96
  ```json
97
  {'valid': 294, 'test': 456, 'train': 1211}
98
  ```
99
+ ### Example of Application
100
+
101
+ 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 video presents the model output for an entire flight.
102
+
103
+
104
 
105
 
106
  ### How to Use
 
120
  example = ds['train'][0]
121
  ```
122
 
 
 
 
 
 
 
 
 
123
  ### License
124
  MIT
125