mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2026-05-18 05:04:43 +02:00
Fix video writing thread
This commit is contained in:
@@ -278,7 +278,7 @@ if args.montage:
|
|||||||
else:
|
else:
|
||||||
write_buffer.put(lastframe)
|
write_buffer.put(lastframe)
|
||||||
|
|
||||||
write_buffer.put(frame)
|
write_buffer.put(None)
|
||||||
|
|
||||||
import time
|
import time
|
||||||
while(not write_buffer.empty()):
|
while(not write_buffer.empty()):
|
||||||
|
|||||||
Reference in New Issue
Block a user