Skip to content
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

properties_path of BundleWorkflow only support json format #8166

Open
yiheng-wang-nv opened this issue Oct 23, 2024 · 1 comment · May be fixed by #8167
Open

properties_path of BundleWorkflow only support json format #8166

yiheng-wang-nv opened this issue Oct 23, 2024 · 1 comment · May be fixed by #8167

Comments

@yiheng-wang-nv
Copy link
Contributor

It's different from the default setting: using a .py file to save properties:

properties_path: the path to the JSON file of properties.

For users that want to define a properties file, a simple way is to copy and modify the file: https://github.com/Project-MONAI/MONAI/blob/684688a2877b07b0e1da98bb13f18a60ac73d426/monai/bundle/properties.py

it's inconvenient to use json since it requires to manually "translate" ID_SEP_KEY, BundleProperty and BundlePropertyConfig.

@yiheng-wang-nv
Copy link
Contributor Author

cc @Nic-Ma @KumoLiu

@yiheng-wang-nv yiheng-wang-nv linked a pull request Oct 23, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant