Replies: 3 comments 5 replies
-
Hi this issue might be because of the module path import errors. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @qwang0225, did you try add the path of scripts?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for help, @KumoLiu |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI, I'm trying to use wholeBrainSeg_Large_UNEST_segmentation from the model zoo, but encountered an error.
Here is the error message.
ModuleNotFoundError: Cannot locate class or function path: 'scripts.networks.unest_base_patch_4.UNesT'.
It seems that the issue arises from the
network
path ininference.json
file does not exist.However, it does exist,

UNesT
is the model class in theunest_base_patch_4.py
Could anyone help out? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions