Skip to content

Updated the metadata for all models, focused on name, description, and task for Model Zoo website improvements. #752

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

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

zephyrie
Copy link
Collaborator

@zephyrie zephyrie commented Jun 9, 2025

Description

Updated the metadata for all models, focused on name, description, and task for Model Zoo website improvements.

Status

Ready/Work in progress/Hold

Please ensure all the checkboxes:

  • [] Codeformat tests passed locally by running ./runtests.sh --codeformat.
  • In-line docstrings updated.
  • Update version and changelog in metadata.json if changing an existing bundle.
  • Please ensure the naming rules in config files meet our requirements (please refer to: CONTRIBUTING.md).
  • Ensure versions of packages such as monai, pytorch and numpy are correct in metadata.json.
  • Descriptions should be consistent with the content, such as eval_metrics of the provided weights and TorchScript modules.
  • Files larger than 25MB are excluded and replaced by providing download links in large_file.yml.
  • Avoid using path that contains personal information within config files (such as use /home/your_name/ for "bundle_root").

@zephyrie zephyrie requested a review from yiheng-wang-nv June 9, 2025 23:41
@zephyrie
Copy link
Collaborator Author

zephyrie commented Jun 9, 2025

@yiheng-wang-nv, there were some issues with ./runtests.sh --codeformat, but they were in code I didn't touch so I left them alone for now. Everything else looked fine.

Comment on lines +48 to +50
"authors": [
"MONAI team"
],
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"authors": [
"MONAI team"
],
"authors": "MONAI team",

"name": "CT-CHAT",
"task": "Vision-Language Chat Model for 3D Chest CT Analysis",
"description": "CT-CHAT is a multimodal AI assistant specifically designed for 3D chest CT imaging interpretation and analysis. The model excels at tasks including visual question answering, report generation, and multiple-choice questions, leveraging full 3D spatial information for superior performance compared to 2D-based approaches.",
"authors": [
Copy link
Member

Choose a reason for hiding this comment

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

The "authors" value should be a single string rather than a list, according to our (schema)[https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json]. This can thus be a comma-separated list of authors.

Comment on lines +25 to +27
"authors": [
"LG AI Research Team"
],
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"authors": [
"LG AI Research Team"
],
"authors": "LG AI Research Team",

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