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

Adopt pathlib or os.path.join across project #33

Closed ma595 closed 1 year ago

ma595 commented 1 year ago

Still a few places where directory paths are being composed by concatenating using '+'. This is an anti-pattern and should be eliminated.

ma595 commented 1 year ago

introduced in some places.