weecology / DeepForest

Python Package for Airborne RGB machine learning
https://deepforest.readthedocs.io/
MIT License
524 stars 177 forks source link

load_model should not return anything #808

Closed bw4sz closed 1 month ago

bw4sz commented 1 month ago

Keeping the behavior with load_model and use_release, there isn't a use case where a user would capture the output of load_model

from deepforest import main
m = main.deepforest()
m.load_model("weecology/deepforest-tree")

it should not return self.