ultrasound-nerve-segmentation
ultrasound-nerve-segmentation copied to clipboard
data processing problem
I use python3.5.2,numpy is 1.14.3,here is traceback:
Traceback (most recent call last):
File "C:/Users/lz666/PycharmProjects/ultrasound-nerve-segmentation/data.py", line 93, in
I got result, when processing data, author use 'total = len(images)/2', then total is float.I changed as'total = int(len(images)/2)',there is no problem