https://github.com/affinelayer/pix2pix-tensorflow/tree/master/tools
위 사이트에서 "process.py"를 컴파일 할 때 오류가 발생했습니다.
python tools/process.py --input_dir data -- operation resize --outp
ut_dir data2/resize
data/0.jpg -> data2/resize/0.png
역 추적 (가장 최근 통화) :
File "tools/process.py", line 235, in <module>
main()
File "tools/process.py", line 167, in main
src = load(src_path)
File "tools/process.py", line 113, in load
contents = open(path).read()
File"/home/user/anaconda3/envs/tensorflow_2/lib/python3.5/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
오류의 원인은 무엇입니까? 파이썬 버전은 3.5.2입니다.