Track cells with predefined segmentation masks #181
Replies: 1 comment 11 replies
-
|
Hi @tuanpham96, you can absolutely do the tracking on previously segmented data. And you can choose to do it either automatically or manually, or first automatically and then manually correct. You are going to need to structure your data in a specific way. If you have the microscopy files I recommend using the module Alternatively, you can create the data structure manually. Have a look at the section called Briefly, you need one .tif file per position per channel (if you have multiple fluorescent channels for example). Then you put the .tif file(s) into a subfolder with relative path Once you have the structure, inside the The segmentation file needs to have the same start name (which I call the basename) of the .tif file and it needs to include the word Finally, if you want to work with just the segmentation file (without loading any signal like phase contrast, bright field, or fluorescent), I just thought now that it could be a cool feature to add. Essentially, I could add a feature that allows you to simply load a segmentation file from any folder you like, with any format you like. Cell-ACDC would then internally convert it to I hope it's clear enough and what you think about loading only the segmentation file. Cheers, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have data that have already been segmented for each day but not aligned across days for either mask ids nor field of views. I was wondering whether/how I can reshape my data somehow to load into Cell_ACDC for aligning the masks.
Plus, if the tracking is automated, is it possible to have manual correction afterwards?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions