mlexchange / mlex_highres_segmentation

A Dash interface for ML-based segmentation of user-annotated large multi-dimensional image data
Other
5 stars 4 forks source link

re drawing shapes after relayout event #147

Closed cleaaum closed 1 year ago

cleaaum commented 1 year ago

This PR addresses the layer ordering of shapes. The first class should be the first layer, and the next ones should always be drawn on top. This wasn't always reflected when a user was drawing. Also added a bugfix for the color change of a class that wasnt updating on every slice Note: the only thing missing atm is the layering on a class color change. Open to suggestions on this !

github-actions[bot] commented 1 year ago

Staging application has been deployed and is available at: https://dash5-services.plotly.host/ml-exchange-staging Production app name: ml-exchange Current branch name: overlayShapes Commit: 8c94203a24d2be8f96bf3843d825d72178c076e1

danton267 commented 1 year ago

works perfect! great work