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 pyproject.toml #126

Open ma595 opened 7 months ago

ma595 commented 7 months ago

A pyproject.toml containing development dependencies will clean up redundant build files, simplify the CI and enable community contributions to happen more easily.

TODOs:

Addresses #128