PatBall1 / detectree2

Python package for automatic tree crown delineation based on the Detectron2 implementation of Mask R-CNN
https://patball1.github.io/detectree2/
MIT License
149 stars 35 forks source link

Add tests #2

Closed ma595 closed 7 months ago

ma595 commented 2 years ago

Create a suite of tests:

Unit testing: Test small components of detectree2:

Regression testing:

CI using github actions:

ma595 commented 1 year ago

https://www.jeremyjordan.me/testing-ml/ The sequence https://eugeneyan.com/writing/testing-ml/

ma595 commented 1 year ago

Unit test ideas: Predictions:

Tiling:

Training:

Integration tests: