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

Ask for the model architecture folder for wholeBody_ct_segmentation #485

Closed
EmanElrefai12 opened this issue Aug 14, 2023 · 3 comments
Closed

Comments

@EmanElrefai12
Copy link

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
Copy link
Collaborator

yiheng-wang-nv commented Aug 14, 2023

Hi @EmanElrefai12 , it's SegResNet and you can find details in:

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

@tangy5
Copy link
Collaborator

tangy5 commented Aug 14, 2023

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants