Replies: 3 comments 12 replies
-
Hi @mea02jct, This is great a question. I've also tried to use trained Auto3DSeg models on MONAI Label but it was not a straightforward thing to do. The bundles created by Auto3DSeg seem to be different from the ones created in the MONAI Model Zoo: https://github.com/Project-MONAI/model-zoo/tree/dev/models - So they can't be consumed by MONAI Label directly. I had to manually update the configs, trainers and infers files from the Segmentation model in the Radiology app using the hyperparameters created by Auto3DSeg. I'd suggest opening a ticket or moving this one to the main MONAI repo and see if there is interest from the community in making this easier. Which models are you training using Auto3DSeg? Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
Just checking on this issue. Has there been any progress ever since? I am interested in deploying Auto3DSeg, but in a client-server-like way similar to MONAILabel. Auto3DSeg is great, but I wouldn't want the users to download models and run on their local machine which might not be as fast and more cumbersome to maintain. |
Beta Was this translation helpful? Give feedback.
-
@che85 if there are no other solutions in the works we could investigate using Slicer's WebServer to provide an Auto3DSeg server. It's already possible to post volumes to Slicer and trigger computation so it wouldn't be too hard to add this feature as part of the extension (or a new extension). |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to standardise our processes for creating and deploying segmentation tools. One potential choice is to use auto3dseg for everything. According to some of the documentation I've read this has the added advantage that trained models should already be in MONAI bundle format (another good standard to work to).
However, although auto3dseg uses algorithm bundles (templates) it seems that these are quite different to 'standard' MONAI bundles. I personally find this quite confusing!
Firstly, I wondered whether different terminology should be used to avoid this mis-understanding? Secondly, is there an easy way to convert a trained auto3dseg algorithm into MONAI bundle format? From what I can see it currently requires manual creation of new metadata.json file etc.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions