-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to train auto3dseg from scratch #44
Comments
You can train from scratch - that's how all the existing models have been created. See step-by-step tutorials here; https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/README.md |
Thank you @lassoan for the prompt response. I was wondering if model training can be achieved through Slicer interface. |
Hi @amitjc, Thanks for your interest in this extension. As @lassoan highlighted, you could train the Auto3D using the tutorial shared above or by following these examples: https://github.com/Project-MONAI/tutorials/tree/main/auto3dseg/tasks My additional suggestions for training are:
With regards to this:
This extension was meant for inference only. Training happens offline and with the instructions presented above. Hope this helps, |
Thank you @diazandr3s from the prompt response. "folds" = folders? What are the differences / similarities of training Auto3DSeg and MONAILabel? |
Hi, @amitjc, In this context, fold means a group of training samples. This concept is especially useful for cross validation. |
Dear Experts,
Is it possible to train auto3dseg on new data and labels? We plan to generate automatic liver, HCC/cholangiocarcinoma/metastases, PV and hepatic veins segmentations, for surgical planning.
@diazandr3s Thanks for your efforts to consider incorporating auto3dseg in MONAILabel #30. Perhaps this will potentially allow training auto3dseg from scratch?
Look forward to further inputs.
Thanks and Regards,
Amit.
The text was updated successfully, but these errors were encountered: