weecology / DeepTreeAttention

Implementation of Hang et al. 2020 "Hyperspectral Image Classification with Attention Aided CNNs" for tree species prediction
MIT License
119 stars 38 forks source link

Create an argparse backend to override config arguments. #171

Closed bw4sz closed 11 months ago

bw4sz commented 1 year ago

If there is one argument that we want to supercede the config on file, we should be able to pass a dict to init. Its quite annoying, since some parameters are, such as score_thresh, are only honored when the backbone is created.

https://github.com/weecology/DeepForest/blob/main/deepforest/main.py