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
It seems that there is an issue in the runner since predict_from_raw_data is not defined properly.
I've tried several things, importing the predictor class but it doesn't work...
I get this message
File "/home/iadi.lan/psou/Environnements/MONAI/monai/apps/nnunet/nnunetv2_runner.py", line 827, in predict
from nnunetv2.inference.predict_from_raw_data import predict_from_raw_data
ImportError: cannot import name 'predict_from_raw_data' from 'nnunetv2.inference.predict_from_raw_data' (/home/iadi.lan/psou/Environnements/nnUNet/nnunetv2/inference/predict_from_raw_data.py)
Any ideas of what's happening ?
Thank you very much :).
The text was updated successfully, but these errors were encountered:
It seems that there is an issue in the runner since predict_from_raw_data is not defined properly.
I've tried several things, importing the predictor class but it doesn't work...
I get this message
Any ideas of what's happening ?
Thank you very much :).
The text was updated successfully, but these errors were encountered: