No output in visualizing segmented volumes #6891
Answered
by
Kiarashdnsh
Kiarashdnsh
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Kiarashdnsh
Aug 24, 2023
Replies: 1 comment 3 replies
-
Hi @Kiarashdnsh, thanks for your interest here. The code looks good to me. Hope it helps, thanks! |
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 @KumoLiu. Thanks again for your input.
I used many variations of the code you provided. With your help, I managed to solve the issue by changing only the slice-related code line to:
now the second index accepts segmented IDs (0, 1, and 2), and the last index is the slice number. For some reason, the
:
syntaxing doesn't work in my pipeline.I do appreciate your help!