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
148 stars 35 forks source link

Add pre-commit hooks and black and modify contributing guide accordingly. #59

Closed ma595 closed 1 year ago

ma595 commented 1 year ago

Use black instead of autopep8 for consistent formatting Add option to use Pre-commit hooks Modify contributing guide with above changes.