AllenCell / AllenCell/allencell-segmenter-ml

Using prediction with previously selected output folder

未关闭
#467 0 条评论 0 个 reaction 已指派 1 人 已指派给 @saeliddp 在 GitHub 查看
主要语言
Python
星标
5
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

If we run prediction from on-screen images with an output folder that we have previously used for prediction, all predicted images from previous predictions show up in the napari viewer.

This is because after prediction, we look in the target folder and load all images from it.

I think there's two ways around this:
If the user has selected an output folder which already has predictions saved to it, warn them that we will delete these if they choose to continue or to select alternate folder for outputs. Users cannot save prediction results into the same output folder unless they choose to delete the existing prediction results)

Have cyto-dl create a sub folder, numbered for each prediction run, and only load images from the most recent prediction run. (Users can save multiple times into the same output folder, and we can recognize the most recent prediction run and only show those images)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。