wri / plantation_classifier

This research aims to spatially differentiate planted trees from natural trees using a transfer learning approach for image segmentation.
0 stars 0 forks source link

GLCM Optimization #7

Closed jessicarose00 closed 11 months ago

jessicarose00 commented 11 months ago

What is the current behavior?

The skimage package for calculating glcm texture properties in the deployment pipeline was taking a long time to process per tile, so this branch explored alternative python packages and methods for implementation in order to optimize the functions for calculating texture.

What is the new behavior?

Does this introduce a breaking change?