edouard-rolland commited on
Commit
cc55ddf
1 Parent(s): c3464ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -41
README.md CHANGED
@@ -4,6 +4,10 @@ task_categories:
4
  tags:
5
  - roboflow
6
  - roboflow2huggingface
 
 
 
 
7
  dataset_info:
8
  features:
9
  - name: image_id
@@ -34,10 +38,10 @@ dataset_info:
34
  num_bytes: 29846342.127
35
  num_examples: 1211
36
  - name: validation
37
- num_bytes: 7311174.0
38
  num_examples: 294
39
  - name: test
40
- num_bytes: 12048406.0
41
  num_examples: 456
42
  download_size: 49324639
43
  dataset_size: 49205922.127000004
@@ -50,12 +54,28 @@ configs:
50
  path: data/validation-*
51
  - split: test
52
  path: data/test-*
 
 
 
53
  ---
54
 
55
  <div align="center">
56
  <img width="640" alt="edouard-rolland/volcanic-plumes" src="https://huggingface.co/datasets/edouard-rolland/volcanic-plumes/resolve/main/thumbnail.jpg">
57
  </div>
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ### Dataset Labels
60
 
61
  ```
@@ -87,51 +107,14 @@ ds = load_dataset("edouard-rolland/volcanic-plumes", name="full")
87
  example = ds['train'][0]
88
  ```
89
 
90
- ### Roboflow Dataset Page
91
- [https://universe.roboflow.com/edouardrolland/hiddenproject-wndzs/dataset/1](https://universe.roboflow.com/edouardrolland/hiddenproject-wndzs/dataset/1?ref=roboflow2huggingface)
92
 
93
  ### Citation
94
 
95
  ```
96
- @misc{ hiddenproject-wndzs_dataset,
97
- title = { HiddenProject Dataset },
98
- type = { Open Source Dataset },
99
- author = { EdouardRolland },
100
- howpublished = { \\url{ https://universe.roboflow.com/edouardrolland/hiddenproject-wndzs } },
101
- url = { https://universe.roboflow.com/edouardrolland/hiddenproject-wndzs },
102
- journal = { Roboflow Universe },
103
- publisher = { Roboflow },
104
- year = { 2024 },
105
- month = { feb },
106
- note = { visited on 2024-02-01 },
107
  }
108
  ```
109
 
110
  ### License
111
- CC BY 4.0
112
-
113
- ### Dataset Summary
114
- This dataset was exported via roboflow.com on February 1, 2024 at 9:57 AM GMT
115
-
116
- Roboflow is an end-to-end computer vision platform that helps you
117
- * collaborate with your team on computer vision projects
118
- * collect & organize images
119
- * understand and search unstructured image data
120
- * annotate, and create datasets
121
- * export, train, and deploy computer vision models
122
- * use active learning to improve your dataset over time
123
-
124
- For state of the art Computer Vision training notebooks you can use with this dataset,
125
- visit https://github.com/roboflow/notebooks
126
-
127
- To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
128
-
129
- The dataset includes 1961 images.
130
- Plume are annotated in COCO format.
131
-
132
- The following pre-processing was applied to each image:
133
-
134
- No image augmentation techniques were applied.
135
-
136
-
137
 
 
4
  tags:
5
  - roboflow
6
  - roboflow2huggingface
7
+ - Volcanoes
8
+ - Plumes
9
+ - UAVs
10
+ - Drone
11
  dataset_info:
12
  features:
13
  - name: image_id
 
38
  num_bytes: 29846342.127
39
  num_examples: 1211
40
  - name: validation
41
+ num_bytes: 7311174
42
  num_examples: 294
43
  - name: test
44
+ num_bytes: 12048406
45
  num_examples: 456
46
  download_size: 49324639
47
  dataset_size: 49205922.127000004
 
54
  path: data/validation-*
55
  - split: test
56
  path: data/test-*
57
+ license: mit
58
+ language:
59
+ - en
60
  ---
61
 
62
  <div align="center">
63
  <img width="640" alt="edouard-rolland/volcanic-plumes" src="https://huggingface.co/datasets/edouard-rolland/volcanic-plumes/resolve/main/thumbnail.jpg">
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
+ ### Example of Application
71
+
72
+ ### Citation
73
+
74
+ ### Funding
75
+
76
+
77
+
78
+
79
  ### Dataset Labels
80
 
81
  ```
 
107
  example = ds['train'][0]
108
  ```
109
 
 
 
110
 
111
  ### Citation
112
 
113
  ```
114
+ @misc{
 
 
 
 
 
 
 
 
 
 
115
  }
116
  ```
117
 
118
  ### License
119
+ MIT
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120