基于yolov8-firedetection的火灾探测部署.zip
资源文件列表:

yolov8_firedetection-main/.gitignore 54B
yolov8_firedetection-main/app.py 1.99KB
yolov8_firedetection-main/config.py 1.25KB
yolov8_firedetection-main/README.md 4.9KB
yolov8_firedetection-main/requirements.txt 111B
yolov8_firedetection-main/utils.py 5.2KB
yolov8_firedetection-main/weights/detection/best_train.pt 21.49MB
yolov8_firedetection-main/__pycache__/config.cpython-310.pyc 945B
yolov8_firedetection-main/__pycache__/utils.cpython-310.pyc 4.26KB
一个基于yolov8的火灾检测部署_yolov8_firedetection/项目内附说明/如果解压失败请用ara软件解压.txt 42B
资源介绍:
基于yolov8-firedetection的火灾探测部署.zip(pixels) | mAPval
50-95 | Speed
CPU ONNX
(ms) | Speed
A100 TensorRT
(ms) | params
(M) | FLOPs
(B) | | ------------------------------------------------------------------------------------ | --------------------- | -------------------- | ------------------------------ | ----------------------------------- | ------------------ | ----------------- | | [YOLOv8n](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt) | 640 | 37.3 | 80.4 | 0.99 | 3.2 | 8.7 | | [YOLOv8s](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8s.pt) | 640 | 44.9 | 128.4 | 1.20 | 11.2 | 28.6 | | [YOLOv8m](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8m.pt) | 640 | 50.2 | 234.7 | 1.83 | 25.9 | 78.9 | | [YOLOv8l](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8l.pt) | 640 | 52.9 | 375.2 | 2.39 | 43.7 | 165.2 | | [YOLOv8x](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8x.pt) | 640 | 53.9 | 479.1 | 3.53 | 68.2 | 257.8 | ## Run ```commandline streamlit run app.py ``` Then will start the Streamlit server and open your web browser to the default Streamlit page automatically. ## TODO List - Add `Tracking` capability. - Add `Classification` capability. - Add `Pose estimation` capability. *** If you also like this project, you may wish to give a `star` (^.^)✨ . If any questions, please raise `issue`~