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
A bug in tests.test_vizual.py
Line: 37: visualize_3D_no_overlap_new(args, full_volume, affine, model, 10, args.dim)
This leads to lib/visual3D_temp/[viz.py]
Line 111: modalities, slices, height, width = full_volume.shape
"None type has no attribute shape"
The text was updated successfully, but these errors were encountered:
Does anyone has solution to this
Data: brats2018 dataset
A bug in tests.test_vizual.py
Line: 37: visualize_3D_no_overlap_new(args, full_volume, affine, model, 10, args.dim)
This leads to lib/visual3D_temp/[viz.py]
Line 111: modalities, slices, height, width = full_volume.shape
"None type has no attribute shape"
The text was updated successfully, but these errors were encountered: