8000 tensorflow streaming typo · Powercoder64/ffmpeg-python@bbd56a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbd56a3

Browse files
authored
tensorflow streaming typo
1 parent 78fb6cf commit bbd56a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ while True:
161161
out_frame = deep_dream.process_frame(in_frame)
162162

163163
process2.stdin.write(
164-
in_frame
164+
out_frame
165165
.astype(np.uint8)
166166
.tobytes()
167167
)

0 commit comments

Comments
 (0)
0