A computer vision project for fire detection in videos using YOLO object detection model.
- Real-time fire detection in video streams
- High accuracy with YOLO deep learning model
- Confidence threshold filtering for reliable detection
- Visual bounding boxes and confidence percentages
The project uses a custom YOLO model (fire.pt) trained specifically for fire detection.
The system detects fires with confidence scores and draws bounding boxes around detected fire regions.
-
Clone the repository:
-
Install dependencies:
pip install -r requirements.txt- Run the app:
python Fire detection.pyThis project is licensed under the MIT License - see the LICENSE file for details.