Fire-Detection
Fire and smoke detection using pytorch.
download
Download the Dataset -Dataset Folder -
Train
- Fire
- Neutral
- Smoke
Test
- Fire
- Neutral
- Smoke
Dataset contains 1000 images of each class
Model Structure -
I have used trasfer learning using ResNet50 pretained model.
Upcoming Work -
- Fine-tuning of Training model.
- Inference Model: Implementation of OpenCV for real-time detection.