AllenCell / AllenCell/allencell-segmenter-ml

Display prediction results correctly for on-screen images

Đang mở
#456 0 bình luận 0 reaction 1 người được giao Được @saeliddp nhận Xem trên GitHub
🚨 high priority🚨 bug
Ngôn ngữ chính
Python
Star
5
Fork
3
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Currently when we run prediction on on-screen images we display the result by loading all images from the prediction output path into napari. There is an issue with how we're displaying these results

1. If we predict on a multi-channel image on a channel that is not the first channel , the segmentation shown (which is single channel) is displayed on channel 1, and we cannot overlay this segmentation in napari onto the channel we predicted from. We should extract the channel we predicted on from the raw image, and display the result on top of it.
2. If we predict on multiple images, the raw images are at the bottom of the layer list and all the predictions are at the top of the layer list. It would be better if we displayed the segmentations right on top of the raw image in the layer list, and only display the first two layers (the first raw image, and its segmentation).
3. raw images should be labeled with `[raw]` prepended to the image name in the layer list, and seg should be labeled `[seg]`

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.