You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the pretrained model to get the segmentation results of my data.
However, when I run:
python inference.py -n u_hved -t1 ./data/TDHS/HGG1_T1.nii.gz -t2 ./data/TDHS/HGG1_T2.nii.gz -t1c ./data/TDHS/HGG1_T1c.nii.gz
I got an error as below:
sh: 1: net_run: not found
Do you have any idea about what is wrong here?
The text was updated successfully, but these errors were encountered:
Hi, this is a great work!
I am trying to use the pretrained model to get the segmentation results of my data.
However, when I run:
python inference.py -n u_hved -t1 ./data/TDHS/HGG1_T1.nii.gz -t2 ./data/TDHS/HGG1_T2.nii.gz -t1c ./data/TDHS/HGG1_T1c.nii.gz
I got an error as below:
sh: 1: net_run: not found
Do you have any idea about what is wrong here?
The text was updated successfully, but these errors were encountered: