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

General style fixes - flake8, autopep, mypy + CI. #13

Closed ma595 closed 2 years ago

ma595 commented 2 years ago

This is an initial atttempt at some simple style fixes - apply flake8, mypy, isort and CI. Change tab spacing from 2->4. Max allowed line width = 120. I have mostly ignored JH's F1 score changes apart from tabbing.

ma595 commented 2 years ago

I need to 'squash' the commits of this PR before we merge it.