mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
Merge pull request #247 from kylemcdonald/patch-1
tensorflow streaming typo
This commit is contained in:
commit
b14785b61b
@ -191,7 +191,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