Skip to content

Latest commit

 

History

History

references

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

# 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