Merge pull request #247 from kylemcdonald/patch-1

tensorflow streaming typo
This commit is contained in:
Karl Kroening 2019-12-30 02:19:42 -06:00 committed by GitHub
commit b14785b61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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