weecology / DeepForest-pytorch

Pytorch implementation of the deepforest model for tree crown RGB detection.
MIT License
17 stars 9 forks source link

Why do an image check on every data load? #62

Closed bw4sz closed 3 years ago

bw4sz commented 3 years ago

https://github.com/weecology/DeepForest-pytorch/blob/5557158368ed4754c9cd87ffd253f3b4d401db25/deepforest/dataset.py#L58

This probably is limiting performance.

bw4sz commented 3 years ago

Removed.