MedicalZooPytorch icon indicating copy to clipboard operation
MedicalZooPytorch copied to clipboard

full_volume.shape ==> "None type has no attribute shape"

Open Bemnet-Won opened this issue 2 years ago • 2 comments
trafficstars

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" pppp

Bemnet-Won avatar Sep 12 '23 03:09 Bemnet-Won

All the brats2018, 2019 and 2020 datasets class, full volume is defined as None self.full_volume = None

Bemnet-Won avatar Sep 12 '23 04:09 Bemnet-Won