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

Update readme in vista3d #692

Merged
merged 4 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion models/vista3d/configs/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json",
"version": "0.5.2",
"version": "0.5.3",
"changelog": {
"0.5.3": "update readme",
"0.5.2": "fix eval issue",
"0.5.1": "add description for zero-shot and upate eval",
"0.5.0": "update json file link and add test",
Expand Down
2 changes: 2 additions & 0 deletions models/vista3d/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ The default configs for both variables are derived from the `label_mappings` con
"val_label_set": "$[0] + list(x[0] for x in @label_mappings#default)"
```

If the user's data lacks header information, MONAI will provide some default header information. After inference, the user may need to apply some transforms to the data to match the original image, or they can add the correct header information to the input data themselves.
KumoLiu marked this conversation as resolved.
Show resolved Hide resolved

### Commands

Single-GPU:
Expand Down
Loading