Skip to content

Contributing

Development setup

1
2
3
4
git clone https://github.com/iosefa/obia.git
cd obia
conda env create -f environment.yml
conda activate obia

Documentation

1
mkdocs serve

Contribution focus

Current high-value contributions:

  • tests for obia/segmentation, obia/detection, and obia/classification
  • reproducible examples using small public datasets
  • API cleanup and typing improvements
  • docs improvements that match actual module behavior