Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.76k stars 1.06k forks source link

Enhance the `bundle.ConfigWorkflow` and `engines.Workflow` APIs and clarify the usage #6748

Open wyli opened 1 year ago

wyli commented 1 year ago

Is your feature request related to a problem? Please describe. Part of https://github.com/Project-MONAI/MONAI/discussions/6641 for the bundle enhancement, currently it's unclear how bundle.ConfigWorkflows and engines.Workflow APIs interact and how the user is expected to build a bundle for many 'non-standard' use cases.

The current example demonstrates a simple supervised segmentation workflow

The recommended way of creating a bundle for the flexible workflows still needs to be defined, such as

KumoLiu commented 3 weeks ago

A new tutorial tell user they can define things purely Python code and not have the config files under https://github.com/Project-MONAI/tutorials/tree/main/bundle