ckyrkou commited on
Commit
053c987
·
verified ·
1 Parent(s): 919e682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # MultiFire20K Dataset
5
+
6
+ ## Overview
7
+
8
+ MultiFire20K is a UAV-based dataset for fire monitoring, designed for image classification, segmentation, and multi-task learning. It contains 20,500 images extracted from 67 UAV videos captured across diverse urban and rural environments worldwide. 【1-6fa506】
9
+
10
+ ## Statistics
11
+
12
+ | Split | Images |
13
+ |--------|--------:|
14
+ | Train | 14,350 |
15
+ | Validation | 3,075 |
16
+ | Test | 3,075 |
17
+ | Total | 20,500 |
18
+
19
+ ## Classes
20
+
21
+ - Fire
22
+ - Normal
23
+
24
+ ## Environment Types
25
+
26
+ - Urban (Build-Up)
27
+ - Rural (Natural Landscape)
28
+
29
+ ## Source
30
+
31
+ Original dataset:
32
+
33
+ https://zenodo.org/records/17047113
34
+
35
+ ## Citation
36
+
37
+ ```bibtex
38
+ @article{shianios2025multifire20k,
39
+ title={MultiFire20K: A semi-supervised enhanced large-scale UAV-based benchmark for advancing multi-task learning in fire monitoring},
40
+ author={Shianios, Demetris and Kolios, Panayiotis and Kyrkou, Christos},
41
+ journal={Computer Vision and Image Understanding},
42
+ volume={254},
43
+ pages={104318},
44
+ year={2025},
45
+ publisher={Elsevier}
46
+ }
47
+ ```