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

Add string parameter validation and `qlty` parameters #176

Closed Wiebke closed 8 months ago

Wiebke commented 8 months ago

This PR validates the string parameters weights and dilation_array to have the correct format, such that they can be parsed as expected in mlexchange/mlex_dlsia_segmentation_prototype#12, and checks if class labels are non-empty.

Additionally, this adds parameters qlty_step, qlty_window, qlty_border for use of qlty and extends a bug fix that wasn't fully followed through in 6193c53.