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

Diamond fixes #179

Closed Wiebke closed 4 months ago

Wiebke commented 8 months ago

This PR encompasses a number of fixes and extensions we came across while testing:


Wiebke commented 6 months ago

Two additional changes that I just added here:

Wiebke commented 5 months ago

Great catches! The 1-9 key binds were indeed not working due to a mismatch in ordering of elements in the callback decorator and arguments in the callback function. I also fixed the issue with pan and zoom, made CrossEntropyLoss the default loss, and fixed a minor bug that prevented the mask export from functioning.

I could not reproduce the issue regarding switching annotation mode, but would suspect it was related to the two other issues. Could you retest?