Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yiheng-wang-nv authored Oct 10, 2024
2 parents b15ccec + f965839 commit 702e227
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions models/model_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -1766,5 +1766,9 @@
"pathology_tumor_detection_v0.6.1": {
"checksum": "e41d063673ee1bc925eccea772b2535676e5e6f0",
"source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/pathology_tumor_detection/versions/0.6.1/files/pathology_tumor_detection_v0.6.1.zip"
},
"vista3d_v0.5.3": {
"checksum": "2bfd5fd915f985f5ae1e19dea4dc2b6967ae2048",
"source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/vista3d/versions/0.5.3/files/vista3d_v0.5.3.zip"
}
}
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
3 changes: 3 additions & 0 deletions models/vista3d/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ 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)"
```

Note: Please ensure the input data header is correct. The output file will use the same header as the input data, but if the input data is missing header information, MONAI will automatically provide some default values for missing values (e.g. `np.eye(4)` will be used if affine information is absent). This may cause a visualization misalignment depending on the visualization tool.


### Commands

Single-GPU:
Expand Down

0 comments on commit 702e227

Please sign in to comment.