Replies: 3 comments 2 replies
-
Hi @hw-ju, Yes, no blockers for this. Just import the network architecture like here https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/configs/segmentation.py#L18, specify the arguments like here: https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/configs/segmentation.py#L82-L90 and train! |
Beta Was this translation helpful? Give feedback.
-
Yes, you could also refer to this bundle, but define your own training receipt and train from scratch with SwinUENTR: After downloading the bundle, you could customize the JSON files, set your own data configs, parameters, and trigger training with or without MONAI Label. |
Beta Was this translation helpful? Give feedback.
-
@diazandr3s @tangy5 Thank you so much!! |
Beta Was this translation helpful? Give feedback.
-
Hi there!
Can we use other MONAI Core neural network architectures (e.g., SwinUNETR) in sample apps (e.g., the one for radiology sample app) so that we can train a model from scratch? From
radiology/lib/configs/deepedit.py
, it seems only DynUnet and UNETR are supported. Thanks!@SanghoonKang503 for visibility.
Beta Was this translation helpful? Give feedback.
All reactions