Fire Detection using YOLOv8
git clone https://github.com/MuhammadMoinFaisal/FireDetectionYOLOv8.git
cd ultralytics/yolo/v8/detect
- Downloading a Weights from the Google Drive
gdown "https://drive.google.com/uc?id=1dCMIamv2XI7xx8ExWNXswDRBfvHhSKfH&confirm=t"
- Downloading a Sample Video from the Google Drive
gdown "https://drive.google.com/uc?id=1w0SLc5DqdY4s2KRQ9rw944_dx2UwRk5H&confirm=t"
gdown "https://drive.google.com/uc?id=1AVDY5a13cGdTd_0Wj1p93_xiFFEBcxIN&confirm=t"
- Run the code with mentioned command below.
!python predict.py model='best.pt' source='forestfire4.mp4'
Watch the Complete Step by Step Explanation