Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 613 Bytes

# PyroVision training scripts

This section is specific to train computer vision models for tasks related to wildfire detection.

Setup

Python 3.6 (or higher), pip and Git are required to train your models with PyroVision. Install the training-specific dependencies:

git clone https://github.com/pyronear/pyro-vision.git
pip install -e "pyro-vision/.[training]"

Available tasks

Image classification

Refer to the ./classification folder

Object detection

Soon