DSB2017
DSB2017 copied to clipboard
prepare.py
Hi,
I meet some problems with prepare.py .Just like this
starting preprocessing
Traceback (most recent call last):
File "prepare.py", line 374, in -
operator, is deprecated, use the bitwise_xor, the ^
operator, or the logical_xor function instead.
Can you give me some advice ? Thank you for your help! @lfz
I would suggest you to unwrap the map function to see where the problem really happened
Have you solved the problem? How is it solved?
In prepare.py, change line188 to 'extramask = dilatedMask ^ Mask'