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

Make image_path a variable from a ROOT dir #119

Closed bw4sz closed 2 years ago

bw4sz commented 2 years ago

to facilitate collaboration, the image_path in the train.csv should be relative to a ROOT variable. We'll need to change the data loader to take a config arg.