Datasets:
Update README.md
Browse filesupdate README.md file
README.md
CHANGED
|
@@ -42,15 +42,16 @@ forest-fire-dataset/
|
|
| 42 |
|
| 43 |
| Split | Number of Frames | Percentage |
|
| 44 |
|-------|-----------------|------------|
|
| 45 |
-
| Train |
|
| 46 |
-
|
|
| 47 |
-
| Test |
|
| 48 |
-
| **Total** | **
|
| 49 |
|
| 50 |
## Data Collection
|
| 51 |
|
| 52 |
- **Source**: 21 forest fire videos
|
| 53 |
-
- **Format**: JPEG images
|
|
|
|
| 54 |
- **Extraction**: All frames extracted from each video
|
| 55 |
- **Preprocessing**: Frames were shuffled (seed=42) before splitting to ensure variety across videos in each set
|
| 56 |
|
|
@@ -207,7 +208,7 @@ For questions, issues, or contributions, please contact the dataset maintainer o
|
|
| 207 |
|
| 208 |
## Version History
|
| 209 |
|
| 210 |
-
- **v1.0** (2025): Initial release with
|
| 211 |
|
| 212 |
---
|
| 213 |
|
|
|
|
| 42 |
|
| 43 |
| Split | Number of Frames | Percentage |
|
| 44 |
|-------|-----------------|------------|
|
| 45 |
+
| Train | 51,882 frames | 75% |
|
| 46 |
+
| Validation | 10,363 frames | 15% |
|
| 47 |
+
| Test | 6,909 frames | 10% |
|
| 48 |
+
| **Total** | **69,154 frames** | **100%** |
|
| 49 |
|
| 50 |
## Data Collection
|
| 51 |
|
| 52 |
- **Source**: 21 forest fire videos
|
| 53 |
+
- **Format**: JPEG images
|
| 54 |
+
- **Total Frames**: 69,154 frames
|
| 55 |
- **Extraction**: All frames extracted from each video
|
| 56 |
- **Preprocessing**: Frames were shuffled (seed=42) before splitting to ensure variety across videos in each set
|
| 57 |
|
|
|
|
| 208 |
|
| 209 |
## Version History
|
| 210 |
|
| 211 |
+
- **v1.0** (2025): Initial release with 69,154 frames from 21 videos, organized into train/val/test splits (75/15/10)
|
| 212 |
|
| 213 |
---
|
| 214 |
|