Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
173 stars 63 forks source link

latest version of the model lung_nodule_ct_detection is not pushed to release.. #583

Closed SachidanandAlle closed 2 months ago

SachidanandAlle commented 2 months ago

lung_nodule_ct_detection

            {
                "_target_": "EnsureChannelFirstd",
                "keys": "@image_key"
            },

is not reflecting in latest bundle package lung_nodule_ct_detection_v0.5.9.zip

KumoLiu commented 2 months ago

Hi @SachidanandAlle, the latest version is "0.6.5". https://github.com/Project-MONAI/model-zoo/blob/de5a004a6f597ccf29a8ad1fe5146c1ddf8c1ffd/models/lung_nodule_ct_detection/configs/metadata.json#L5

You can download by:

python -m monai.bundle download "lung_nodule_ct_detection" --source monaihosting --bundle_dir .

Thanks.

KumoLiu commented 2 months ago

BTW, https://github.com/Project-MONAI/model-zoo/releases/tag/hosting_storage_v1 is no longer updated since https://github.com/Project-MONAI/model-zoo/pull/463.

SachidanandAlle commented 2 months ago

thanks 👍