deepspline icon indicating copy to clipboard operation
deepspline copied to clipboard

'numpy.ndarray' object has no attribute 'expand'

Open ramchendooran opened this issue 4 years ago • 0 comments

When I run the file dataset_Reader.py, I get the following error:

File "dataset_Reader.py", line 80, in getitem img = img.expand(3, 128, 128) AttributeError: 'numpy.ndarray' object has no attribute 'expand'

Any help for a workaround is greatly appreciated.

ramchendooran avatar Feb 06 '21 20:02 ramchendooran