two stage 3D multiclass segmentation pipeline #7410
Unanswered
YingdiZhang
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @YingdiZhang, if it's a two-stage pipeline, then you can just put the input into the first one and the output into the second one.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the great job. I met a problem when using monai.
I want to achieve 3d image multiclass segmentation in a two stage pipeline: 1 foreground segmentation 2 multiclass segmentation
I have trained a foreground segmentation network and a multiclass segmentation network(crop foreground firstly by using MONAI.
But I dont know how to combine these two network together in an inference loop. The toturials are all based on one network segmentation.
Beta Was this translation helpful? Give feedback.
All reactions