-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Segmentation with overwrite=True when initializing a TimecourseProject is not possible due to missing segmentation/input_segmentation.h5. The segmentation directory is emptied beforehand, therefore the file is missing.
project = TimecourseProject(project_location,
config_path= "config_segmentation.yml",
segmentation_f=Multithreaded_Cytosol_Cellpose_Downsampling_TimecourseSegmentation,
extraction_f = TimecourseHDF5CellExtraction,
overwrite=True,
debug=False)
Possible source of this error might be in base.py:163. This needs further investigation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working