Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.53 KB

File metadata and controls

36 lines (22 loc) · 1.53 KB

Contributing to Pyronear Vision R&D

Thank you for your interest in contributing to wildfire smoke detection research!

Getting Started

Start by reading the project README for an overview of the system and repository structure.

Key Resources

How to Contribute

Adding a Paper

See the Literature Survey README for the full workflow: drop the PDF, update papers.csv, write reading notes, and update the summary.

Running an Experiment

  1. Copy the experiment template to a new directory under experiments/
  2. Follow the R&D Guidelines for tooling (uv, ruff, DVC) and reproducibility standards
  3. Document your objective, approach, data, results, and reproduction steps in the experiment's README.md

Code Style

  • Use uv for dependency management
  • Use ruff for linting and formatting
  • Use DVC for data and artifact tracking

License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.