cellpose icon indicating copy to clipboard operation
cellpose copied to clipboard

feat: fix training when load_files=False

Open spkgyk opened this issue 2 months ago • 0 comments

When load_files=False, the train script calls io.imread on a list of files rather than a single file. nimg = len(train_data) also fails if train_data is not present. Finally, we need to update the paths to the flows after they are computed.

spkgyk avatar Dec 11 '25 13:12 spkgyk