tensorflow streaming typo

This commit is contained in:
Kyle McDonald 2019-08-04 15:09:40 -07:00 committed by GitHub
parent 78fb6cf2f1
commit bbd56a35a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ while True:
out_frame = deep_dream.process_frame(in_frame)
process2.stdin.write(
in_frame
out_frame
.astype(np.uint8)
.tobytes()
)