python3.8 util.py Traceback (most recent call last): File "util.py", line 461, in <module> img = img * 1.0 / 255 TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'