Seeking help in implementing cyto-dl/labelfree for 2D images #314
Unanswered
KartikeyKansal1
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @KartikeyKansal1! Thanks for your interest in our tool and feedback on the docs. We set
This should load your 2d images as a CYX dimension array, which the rest of the transforms expect. You don't need to create a zstack of your 2d images, just specifying paths in the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have many 2D images in tif format for the model to train on. I've changed my spatial_dims=2, patch_shape=[64,64] in config files, and updated the data paths in the CSV file in data/labelfree. Specified the channel:1 instead of 5/6 used in the example 3D image and changed the z=1 instead of z=38. Not sure why z was defaulted to 38.
In particular, I couldn't find any documentation if I need to create a z-stack of my 2D images? or list them sequentially in the CSV files with data path? I'm currently trying to run train.py. The code works fine with the example data.
I've pasted the complete error message below:
Beta Was this translation helpful? Give feedback.
All reactions