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

Fix test loader - why does it select just the first test #42

Open PatBall1 opened 2 years ago

PatBall1 commented 2 years ago

Does testing look at all test data when this has [0]?? https://github.com/PatBall1/detectree2/blob/08851c8d5e30cd178836a30311ee95ccb0bb7b44/detectree2/models/train.py#L149

PatBall1 commented 2 years ago

Seems to work okay without [0]