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

New training with early stopping fails for multiple training sets @JB/dev #41

Closed PatBall1 closed 1 year ago

PatBall1 commented 1 year ago

There was an issue with how the dicts were indexed. If multiple datasets are included it includes the summary statistics for each set rather than an average across them. I included an option to take an average across each set when multiple datasets are included.