touati-kamel commited on
Commit
5b575b8
·
verified ·
1 Parent(s): b13c7c5

Update README.md

Browse files

update README.md file

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -42,15 +42,16 @@ forest-fire-dataset/
42
 
43
  | Split | Number of Frames | Percentage |
44
  |-------|-----------------|------------|
45
- | Train | ~25,882 frames | 75% |
46
- | Val | ~5,176 frames | 15% |
47
- | Test | ~3,451 frames | 10% |
48
- | **Total** | **~34,509 frames** | **100%** |
49
 
50
  ## Data Collection
51
 
52
  - **Source**: 21 forest fire videos
53
- - **Format**: JPEG images (95% quality)
 
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 34,509 frames from 21 videos, organized into train/val/test splits (75/15/10)
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