Skip to content

Commit bfd6cb5

Browse files
committed
Fix demo write
1 parent 5ad6641 commit bfd6cb5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

abraia/demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ def monitor_objects(src=None, demo='detect', resolution=(1280, 720)):
116116
results = in_objects
117117
out = render_results(out, results)
118118
print(f"#{k} {round((time.time() - t0) * 1000, 1)}ms {count_objects(results)}")
119-
if video.out:
120-
video.write(out)
121119
video.show(out)
122120

123121
if line_counter:

0 commit comments

Comments
 (0)