-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused on how to use this #24
Comments
Hi @ridsmd, it is not clear to me what you are trying to achieve. Can you please explain what your inputs are and what outputs you are aiming to reach using the LIVECell code? |
Hi Dr. Sjogren, thank you for your reply. I’m in a research lab at the UPMC Cancer Center. We have a large dataset of brightfield/phase microscopy images, they are .tif files. I read your article titled: LIVECell—A large-scale dataset for label-free live cell segmentation. Through this GitHub, I found some of your code. |
I am also quite confused on how to use this. I downloaded I would like to, in the easiest way possible, to give the model my images of my cells in brightfield, and have it give me back results like those demonstrated in the paper (primarily interested in cell counts and areas).
|
I have now successfully installed all of the requirements: Python >3.6, PyTorch, torchvision, pycocotools, and detectron-ResNeSt. |
Hello LIVECell creators, I'm trying to use your LIVECell code for a set of images of cells. By looking through your code, it seems you take images and compress them into Excel data, then a model runs through the Excel file data. I'm confused how my images should be converted to Excel data. Is that also done through your code, or is there a process I need to complete to convert my images?
Also, I'm assuming the pre-processing code should be ran before the main code, but should the pre-processing code be ran in the same script as the main script, or should they be ran in separate scripts?
If I could get a run-down of the process of using .tif images to the final product of using the model to predict what types of cells are present, that would be greatly appreciated.
Thank you for any advice.
The text was updated successfully, but these errors were encountered: