kreshuklab / plant-seg

A tool for cell instance aware segmentation in densely packed 3D volumetric images
https://kreshuklab.github.io/plant-seg/
MIT License
99 stars 31 forks source link

Improve model filters | Use RadioButtons | Custom modality #314

Closed qin-yu closed 2 months ago

qin-yu commented 2 months ago

This PR attempts to improve the PlantSeg Napari GUI:

Model filter

Before:

image

After:

image

RadioButtons

Before:

image

After:

image

Add custom model

Before:

image

After:

image

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 42.85714% with 20 lines in your changes missing coverage. Please review.

Project coverage is 54.21%. Comparing base (b2395ea) to head (8711bde). Report is 5 commits behind head on plantsegv2.

Files with missing lines Patch % Lines
plantseg/viewer_napari/widgets/predictions.py 45.45% 18 Missing :warning:
plantseg/viewer_napari/widgets/io.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## plantsegv2 #314 +/- ## ============================================== - Coverage 54.26% 54.21% -0.06% ============================================== Files 60 60 Lines 4275 4298 +23 ============================================== + Hits 2320 2330 +10 - Misses 1955 1968 +13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.