captcha icon indicating copy to clipboard operation
captcha copied to clipboard

write labels err

Open CaptainEven opened this issue 6 years ago • 1 comments

writer.writerows(labels)

TypeError: a bytes-like object is required, not 'str'

CaptainEven avatar Jul 12 '18 07:07 CaptainEven

change csvfile = open('GenPics/lables.csv', 'wb') to "csvfile = open('GenPics/lables.csv', 'w') "(in genrate.py, line 105)

HYuanggg avatar Sep 07 '18 03:09 HYuanggg