Labelfree prediction from Multi-channel input to single-channel output #358
KartikeyKansal1
started this conversation in
General
Replies: 1 comment 3 replies
-
the Image loader expects 0-indexed channels, so if you have a 2-channel image it expects channel indices |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I've been trying to play around with the labelfree configuration settings to have a 2-channel input image to predict 1-channel output image. I changed spatial_dims to 3 and raw_im_channels to 2 and changed the data config settings. I added an additional transform to load the image from the second channel though not sure if this is the correct way to go.
patch_shape is still [64, 64]
Do these changes look alright? as I get the following error:
Do I only have to worry about the configuration settings or change the loss function as well? My input block has 16 filters and I'm thinking about having 8 filters from each image. Does this sound something that cyto-dl will be able to implement?
Beta Was this translation helpful? Give feedback.
All reactions