Skip to content

Conversation

@RomanFenioux
Copy link

Description

This PR adds the description metadata to the model info file, as described in the issue #770

The rationale is to have access to more information about the available model when using https://api.github.com/repos/Project-MONAI/model-zoo/releases/tags/hosting_storage_v1

Please let me know your thought, and if this is the right approach to solve this issue.

Status

Ready


if bundle_name_with_version not in model_info.keys():
model_info[bundle_name_with_version] = {"checksum": "", "source": ""}
model_info[bundle_name_with_version] = {"checksum": "", "source": "", "description": ""}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @RomanFenioux , this script is an old version and is not used, can you revert the changes? Thanks

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, i did not know that. Should the file be deleted to avoid confusion if the script is not used anymore ?

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 this pull request may close these issues.

2 participants