jsakv / pyro-vision

Wildfire detection system with minimal deployment cost

Home Page:https://pyronear.org/pyro-vision/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyroNear Logo

Pyrovision: wildfire early detection

The increasing adoption of mobile phones have significantly shortened the time required for firefighting agents to be alerted of a starting wildfire. In less dense areas, limiting and minimizing this duration remains critical to preserve forest areas.

Pyrovision aims at providing the means to create a wildfire early detection system with state-of-the-art performances at minimal deployment costs.

Table of Contents

Getting started

Prerequisites

  • Python 3.6 (or more recent)
  • pip

Installation

You can install the package using pypi as follows:

pip install pyronear

Usage

datasets

Access all pyrovision datasets just like any torchvision.datasets.VisionDataset:

from pyrovision.datasets import OpenFire
dataset = OpenFire('./data', download=True)

References

You are free to use any training script, but some are already provided for reference. In order to use them, install the specific requirements and check script options as follows:

pip install -r references/classification/fastai/requirements.txt
python references/classification/fastai/train.py --help

You can then run the script with your own arguments:

python references/classification/fastai/train.py --lr 3e-3 --epochs 4 --pretrained --deterministic

Please note that most tasks are provided with two training scripts (and their requirements.txt): one using fastai and the other without it.

Documentation

The full package documentation is available here for detailed specifications. The documentation was built with Sphinx using a theme provided by Read the Docs.

Contributing

Please refer to CONTRIBUTING if you wish to contribute to this project.

Credits

This project is developed and maintained by the repo owner and volunteers from Data for Good.

License

Distributed under the CeCILL and AGPLv3 Licenses. See LICENSE for more information.

About

Wildfire detection system with minimal deployment cost

https://pyronear.org/pyro-vision/

License:Other


Languages

Language:Python 100.0%