easy-yolo icon indicating copy to clipboard operation
easy-yolo copied to clipboard

pythonwrapper fix

Open stucksubstitute opened this issue 6 years ago • 0 comments

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

not output = proc.stdout.read()

stucksubstitute avatar Mar 06 '18 14:03 stucksubstitute