Simuletic commited on
Commit
464b7ef
·
verified ·
1 Parent(s): f61a4e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -3
README.md CHANGED
@@ -1,3 +1,82 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ # Long-Range Wildfire & Smoke Detection Dataset
5
+
6
+ ### Long-distance forest monitoring dataset featuring early smoke plumes and wildfire ignitions across global biomes.
7
+
8
+ ---
9
+
10
+ ## 🧐 Overview
11
+ **Long-Range Wildfire & Smoke** is a specialized open-source synthetic dataset for **Computer Vision (CV)** tasks focused on **Environmental Monitoring** and **Early Warning Systems**.
12
+
13
+ Detecting a wildfire before it crowns is the most effective way to prevent ecological disaster. This dataset focuses on the **long-shot perspective**—replicating high-vantage surveillance cameras (tower-mounted or ridge-line cameras) that monitor vast forest expanses. By focusing heavily on smoke plumes (which are visible long before the fire itself), this dataset prepares models for real-world early detection where flames are often obscured by terrain or canopy.
14
+ Read more: [Simuletic Wildfire Dataset Information](https://simuletic.com/datasets/long-distance-wildfire-smoke-detection-dataset)
15
+
16
+ ### 🚀 Need more data?
17
+ This 200+ image set is a sample from the **Simuletic Wildfire Series**. We provide hyper-realistic synthetic data to solve the challenge of detecting fires across diverse global landscapes.
18
+ * **Full Wildfire Dataset:** Extensive collections featuring 1500+ images.
19
+ * **Global Biomes:** Scenarios spanning Mediterranean scrub, Southern US pine forests, Asian tropical regions, and Greek highlands.
20
+ **Explore the full library at: [simuletic.com/datasets](https://simuletic.com/datasets)**
21
+
22
+ ---
23
+
24
+ ## ✨ Key Features
25
+ * **Long-Distance Perspective:** Specifically captured from simulated high-vantage points (fire towers, mountain peaks) to replicate long-range monitoring.
26
+ * **Realistic Class Distribution:** 90% of the dataset focuses on **Smoke**, reflecting the most common real-world detection scenario where the fire is not yet visible.
27
+ * **Global Diversity:** Varied terrain and vegetation types, including dry Mediterranean forests, lush Asian canopies, and North American woodlands.
28
+ * **Privacy-First & Ethical:** 100% synthetic. No real forests were burned, and no private property or PII is included, ensuring safe and compliant R&D.
29
+
30
+ ---
31
+
32
+ ## 📊 Dataset Structure
33
+ The dataset includes high-resolution synthetic images and a central `metadata.jsonl` file.
34
+
35
+ ### Annotation Format (JSONL)
36
+ Annotations include a natural language description and categorical attributes for fire/smoke detection.
37
+
38
+ ```json
39
+ {
40
+ "image": "wildfire_long_082.png",
41
+ "description": "A thick plume of grey smoke rising from a dense Mediterranean forest on a distant hillside, high-vantage surveillance view.",
42
+ "attributes": {
43
+ "class": "smoke",
44
+ "distance": "long_range",
45
+ "biome": "mediterranean",
46
+ "visibility": "partial_obscured"
47
+ }
48
+ }
49
+
50
+ Class Map
51
+
52
+ Smoke: Visible plumes, wisps, or thick columns rising above the canopy (90% of images).
53
+
54
+ Wildfire: Active flames or crowning visible from the surveillance point (10% of images).
55
+
56
+ 🛠 Use Cases
57
+
58
+ Early Warning Systems: Automating 24/7 monitoring for forest fire towers and remote stations.
59
+
60
+ Drone & Aerial AI: Training models for UAVs patrolling high-risk environmental zones.
61
+
62
+ Environmental Protection: Enhancing response times for fire departments and forestry services through automated smoke detection.
63
+
64
+ ⚖️ Ethics & License
65
+
66
+ Synthetic Nature: This data is computer-generated by the Simuletic pipeline. It allows developers to train wildfire detection models without relying on scarce, low-quality, or ethically sensitive real-world fire footage.
67
+
68
+ License: CC BY 4.0. You are free to use, share, and adapt this data, provided you give appropriate credit to Simuletic.
69
+ 📖 Citation
70
+
71
+ If you use this dataset in your research or project, please cite:
72
+ Kodavsnitt
73
+
74
+ @dataset{simuletic_wildfire_smoke_2026,
75
+ author = {Simuletic Team},
76
+ title = {Long-Range Wildfire & Smoke Detection Dataset},
77
+ year = {2026},
78
+ publisher = {Kaggle},
79
+ url = {[https://simuletic.com/datasets](https://simuletic.com/datasets)}
80
+ }
81
+
82
+ Feedback? Reach out via simuletic.com or the "Issues" tab here on Kaggle.