Thank you for your interest in contributing to wildfire smoke detection research!
Start by reading the project README for an overview of the system and repository structure.
- R&D Guidelines — Standards for reproducibility, tooling, and benchmarking
- Experiments README — How to create and manage experiments
- Experiment Template — Starter project to copy when beginning a new experiment
- Literature Survey — Paper collection, notes, and thematic summary
See the Literature Survey README for the full workflow: drop the PDF, update papers.csv, write reading notes, and update the summary.
- Copy the experiment template to a new directory under
experiments/ - Follow the R&D Guidelines for tooling (uv, ruff, DVC) and reproducibility standards
- Document your objective, approach, data, results, and reproduction steps in the experiment's
README.md
- Use uv for dependency management
- Use ruff for linting and formatting
- Use DVC for data and artifact tracking
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.