Skip to content

Segmentation not possible in TimecourseProject if overwrite=True #32

@namsaraeva

Description

@namsaraeva

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions