DarshanM0di commited on
Commit
3abedfc
·
verified ·
1 Parent(s): e1a0a5f

Upload 3 files

Browse files

🔥 Fire & Smoke Detection — YOLO‑26n (ONNX)
Model Card
📝 Overview
This model is a fire and smoke detection system built using YOLO‑26n (YOLO‑NAS) and exported to ONNX format for fast, lightweight deployment. It is trained for 100 epochs on a custom dataset containing annotated fire and smoke images. The model is optimized for CPU‑only environments, making it suitable for real‑time safety monitoring on edge devices, CCTV systems, and low‑resource hardware.
The detector identifies two critical hazard classes:
- Fire (Flames)
- Smoke
By analyzing each frame of a video stream, the model predicts bounding boxes, confidence scores, and class labels, enabling early detection of hazardous conditions before traditional sensors react.

📊 Performance Metrics (100 Epochs)
- AP50 (74.3%) — Strong detection accuracy for flames and smoke at IoU ≥ 0.50.
- mAP50‑95 (43.9%) — Good robustness across stricter IoU thresholds, especially for smoke.
- Precision (73.6%) — Low false‑positive rate; reliable for real‑world alerts.
- Recall (68.3%) — Detects most real fire/smoke events, reducing missed hazards.
These metrics indicate a balanced, reliable model suitable for early hazard detection.

⚙️ Model Details
- Architecture: YOLO‑26n (YOLO‑NAS)
- Format: ONNX
- Input Size: 640 × 640
- Batch Size: 1
- Precision: FP32 (CPU‑friendly)
- Post‑processing: Custom NMS + confidence filtering
- Training Epochs: 100

🌍 Use Cases
- Forest fire early‑warning systems
- Industrial safety monitoring
- Warehouse and factory surveillance
- Smart building fire detection
- CCTV‑based hazard detection
- Drone‑based fire inspection

📦 Intended Audience
- Researchers working on fire‑safety automation
- Developers building real‑time hazard detection systems
- Smart‑city and industrial monitoring teams
- Students and engineers exploring ONNX deployment

.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Screenshot[[:space:]]2026-02-17[[:space:]]231702_edited.png filter=lfs diff=lfs merge=lfs -text
Screenshot 2026-02-17 231702_edited.png ADDED

Git LFS Details

  • SHA256: 4693fd036f93a087bad44d1407122e7ceb6378440779665214e8528c4837546e
  • Pointer size: 131 Bytes
  • Size of remote file: 591 kB
best (4).onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5043e0efd1d474bcc901716e97946b8f8a787e4bd29451891f8dccfbe93322b6
3
+ size 9805935
eed4678d-3960-45d0-9427-19e6cddff7e8.webp ADDED