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
158 stars 39 forks source link

Modify CI to test detectree2 on python 3.7, 3.8, 3.9 and 3.10. #35

Closed ma595 closed 2 years ago

ma595 commented 2 years ago

Error arises with mypy syntax in train.py get_tree_dicts function. Fix is to use typing package predefined types.

Add further tests in CI.