The automated detection of forest fires is important for protecting natural ecosystems. Accurately identifying flames in forest pictures is fundamental for creating advanced fire surveillance and early alert systems. This project presents a pipeline of a U-Net model trained on the Flame dataset.
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Update the shape of the segmentation mask obtained from U-Net
51f8cb7View on GitHubFixed the crash of the training pipeline at the last batch
88d478eView on GitHubSplitted the dataset into training and validation and added training pipeline
56fe97dView on GitHub