KleinYuan/easy-yolo

pythonwrapper fix

stucksubstitute opened this issue · 0 comments

line6 in easy-yolo/pythonWrapper.py should read
output = proc.stdout.readline()

not
output = proc.stdout.read()