Strange Segmentation output. Any idea what's happening here? #1204
-
Hello, I was wondering if anyone has a sense of what's going on here. When running my model locally, I am getting three segments that make sense, but when using the MONAILabel client, I am getting the following result. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@diazandr3s @SachidanandAlle Any ideas? Maybe you have seen this kind of behavior before? |
Beta Was this translation helpful? Give feedback.
-
Hi @che85 , thanks for reporting this. Thank you. |
Beta Was this translation helpful? Give feedback.
-
to slice and dice the issue.. you can run the segmentation without 3D Slicer.. by directly using rest apis (http://127.0.0.1:8000) and try /infer API.. supply image id and model and select image only in the response type.. if the output segments are correct then need to dig into 3d slicer.. if the output itself is not correct.. then you can dig more into inference workflow.. each transform and infer output is making sense or not.. |
Beta Was this translation helpful? Give feedback.
-
@SachidanandAlle Thank you. Your tips were really helpful. I was not aware that I could ask the rest api only to return the image for debugging. It was indeed an issue with my pre_transforms. |
Beta Was this translation helpful? Give feedback.
to slice and dice the issue.. you can run the segmentation without 3D Slicer.. by directly using rest apis (http://127.0.0.1:8000) and try /infer API.. supply image id and model and select image only in the response type.. if the output segments are correct then need to dig into 3d slicer.. if the output itself is not correct.. then you can dig more into inference workflow.. each transform and infer output is making sense or not..