Project-MONAI / model-zoo

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

Ask for the model architecture folder for wholeBody_ct_segmentation #485

Closed EmanElrefai12 closed 1 year ago

EmanElrefai12 commented 1 year ago

Hello,

I am searching for the architecture of wholeBody_ct_segmentation in the repo but I can't find. I can find from other models like wholebrain threre is a network folder with the implementation of the model. Can you tell me if it's available or not and if it's available give me the link if it's possible.

yiheng-wang-nv commented 1 year ago

Hi @EmanElrefai12 , it's SegResNet and you can find details in: https://github.com/Project-MONAI/model-zoo/blob/a4a08f8be6334cc9365d313f05af5674bf587381/models/wholeBody_ct_segmentation/configs/train.json#L25

The implementation of this network is in: https://github.com/Project-MONAI/MONAI/blob/dev/monai/networks/nets/segresnet.py

tangy5 commented 1 year ago

The model is directly imported from MONAI package. For other models which are not defined in the MONAI Core, they will need to define as a separate component with script.

yiheng-wang-nv commented 1 year ago

Hi @EmanElrefai12 , do you have other questions? I will close this issue, and feel free to reopen it if needed.