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

Jb/fixes #97

Closed PatBall1 closed 1 year ago

PatBall1 commented 1 year ago

Fixes and upgrades to clean_crowns function in detectree2.models.outputs. Removes invalid and empty geometries and converts back from pandas df to geopandas if required. Now possible to filter crowns by confidence as part of the clean_crowns function. Additions to docstrings in several functions.