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
Hi, I am encountering a problem while trying to predict my dataset.
It happens even when I try to predict one file, even if its in a separate script and not with the predit command.
Also when I am trying to make predictions on the same data I trained my model on.
This is the source in my case (the line's number might not be the same as the original file):
default_resampling.py", line 208, in resample_data_or_seg
reshaped_here[slice_id] = resize_fn(
IndexError: index 251 is out of bounds for axis 0 with size 251
I would appreciate your help,
Dor Reuveni
The text was updated successfully, but these errors were encountered:
Hi, I am encountering a problem while trying to predict my dataset.
It happens even when I try to predict one file, even if its in a separate script and not with the predit command.
Also when I am trying to make predictions on the same data I trained my model on.
The prediction line:
nnUNetv2_predict -d 100 -i input -o output -f 5 -c 3d_fullres -p nnUNetResEncUNetLPlans --disable_progress_bar
This is the source in my case (the line's number might not be the same as the original file):
I would appreciate your help,
Dor Reuveni
The text was updated successfully, but these errors were encountered: