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

Integrate spatial modeling into predictions #107

Closed bw4sz closed 2 years ago

bw4sz commented 2 years ago

The spatial_model branch is currently outperforming the main branch, but its not obvious how to incorporate the spatial modeling at scale. There needs to be a spatial lookup or other limit to prevent spatial neighborhood function to iterative through millions of trees.