mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
tensorflow streaming typo
This commit is contained in:
parent
78fb6cf2f1
commit
bbd56a35a3
@ -161,7 +161,7 @@ while True:
|
|||||||
out_frame = deep_dream.process_frame(in_frame)
|
out_frame = deep_dream.process_frame(in_frame)
|
||||||
|
|
||||||
process2.stdin.write(
|
process2.stdin.write(
|
||||||
in_frame
|
out_frame
|
||||||
.astype(np.uint8)
|
.astype(np.uint8)
|
||||||
.tobytes()
|
.tobytes()
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user