Replies: 1 comment 3 replies
-
You can find the MONAIAuto3DSeg inference script here: https://github.com/lassoan/SlicerMONAIAuto3DSeg/blob/main/MONAIAuto3DSeg/Scripts/auto3dseg_segresnet_inference.py Probably MONAILabel misses some steps. |
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
-
Dear community,
I'm trying to use the aorta model (MONAI Auto3dSeg pretrained models,
./.MONAIAuto3DSeg/models/aorta-v1.1.0/model.pt'
as an input pretrained model for MONAI Label:/apps/radiology/model/pretrained_segmentation.pt
.The server starts:
monailabel start_server --app ./apps/radiology --studies ./Documents/SlicerDICOMDatabase/ --conf models segmentation
When being used in MONAI Label segmentation app (renamed as pretrained_segmentation.pt), the result is chaotic and different from Auto3DSeg.
Auto3DSeg result:
Same model used in MONAI Label - it's just a block of everything:
I have also kept training the Auto3Dseg model on 3 CT angiographies. Programatically it all works, but the results are unfavourable.
Is it possible to use Auto3DSeg models as pretrained models for segmentation app of MONAI Label or these models have different network architectures?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions