├── LICENSE ├── README.md ├── datasets └── readme.md ├── fire.yaml ├── input.mp4 ├── model └── yolov5s_best.pt ├── results ├── 004dec94c5de631f.jpg ├── F1_curve.png ├── PR_curve.png ├── P_curve.png ├── R_curve.png ├── result.gif ├── results.png ├── stage23_C3_features.png ├── val_batch2_labels_1.jpg ├── val_batch2_labels_2.jpg ├── val_batch2_pred_1.jpg └── val_batch2_pred_2.jpg └── train.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/README.md -------------------------------------------------------------------------------- /datasets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/datasets/readme.md -------------------------------------------------------------------------------- /fire.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/fire.yaml -------------------------------------------------------------------------------- /input.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/input.mp4 -------------------------------------------------------------------------------- /model/yolov5s_best.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/model/yolov5s_best.pt -------------------------------------------------------------------------------- /results/004dec94c5de631f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/004dec94c5de631f.jpg -------------------------------------------------------------------------------- /results/F1_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/F1_curve.png -------------------------------------------------------------------------------- /results/PR_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/PR_curve.png -------------------------------------------------------------------------------- /results/P_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/P_curve.png -------------------------------------------------------------------------------- /results/R_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/R_curve.png -------------------------------------------------------------------------------- /results/result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/result.gif -------------------------------------------------------------------------------- /results/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/results.png -------------------------------------------------------------------------------- /results/stage23_C3_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/stage23_C3_features.png -------------------------------------------------------------------------------- /results/val_batch2_labels_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/val_batch2_labels_1.jpg -------------------------------------------------------------------------------- /results/val_batch2_labels_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/val_batch2_labels_2.jpg -------------------------------------------------------------------------------- /results/val_batch2_pred_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/val_batch2_pred_1.jpg -------------------------------------------------------------------------------- /results/val_batch2_pred_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/results/val_batch2_pred_2.jpg -------------------------------------------------------------------------------- /train.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spacewalk01/yolov5-fire-detection/HEAD/train.ipynb --------------------------------------------------------------------------------