- Installation
- Usage
- Training
- Inference
- Results
- License
Data Path: data.yaml (path to the dataset configuration file)
- Epochs: 50
- Image Size: 640
- Batch Size: 16
- Optimizer: Adam
- Learning Rate: 0.001
- Weight Decay: 0.0005
- Clone the Repository
git clone https://github.com/yourusername/Wildfire-Smoke-Detection-using-Yolov8.git
cd wildfire-smoke-detection
- Set Up the Environment:
pip install ultralytics
- Mount Google Drive (if using Google Colab):
from google.colab import drive
drive.mount('/content/drive')