Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Project-MONAI/model-zoo into…
Browse files Browse the repository at this point in the history
… ensurechannelfirst

Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 26, 2023
2 parents a6df108 + a9acb18 commit fdc1f18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 2 additions & 6 deletions models/endoscopic_tool_segmentation/configs/inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@
"transforms": [
{
"_target_": "LoadImaged",
"keys": [
"image"
],
"keys": "image",
"image_only": false
},
{
"_target_": "EnsureChannelFirstd",
"keys": [
"image"
],
"keys": "image",
"channel_dim": -1
},
{
Expand Down
2 changes: 1 addition & 1 deletion models/endoscopic_tool_segmentation/configs/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"0.1.0": "complete the first version model package",
"0.0.1": "initialize the model package structure"
},
"monai_version": "1.2.0",
"monai_version": "1.3.0rc1",
"pytorch_version": "1.13.1",
"numpy_version": "1.22.2",
"optional_packages_version": {
Expand Down
4 changes: 4 additions & 0 deletions models/model_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,5 +1242,9 @@
"spleen_deepedit_annotation_v0.5.0": {
"checksum": "67f4f241a48c2e7a7d34b776cfa1c3e184ecb514",
"source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/spleen_deepedit_annotation/versions/0.5.0/files/spleen_deepedit_annotation_v0.5.0.zip"
},
"endoscopic_tool_segmentation_v0.5.5": {
"checksum": "ac5560e7e33d538d829c02c57dc4891ec245b785",
"source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/endoscopic_tool_segmentation/versions/0.5.5/files/endoscopic_tool_segmentation_v0.5.5.zip"
}
}

0 comments on commit fdc1f18

Please sign in to comment.