Spaces:
Sleeping
Sleeping
Kaelan
commited on
Commit
·
33a6e48
1
Parent(s):
b1db112
change name
Browse files- model_tools.py +1 -1
model_tools.py
CHANGED
@@ -51,7 +51,7 @@ def vid_predict(media, model, tracker, out_path,filename):
|
|
51 |
|
52 |
print('frames count:', frame_count) # float `frame_count`
|
53 |
|
54 |
-
out = cv2.VideoWriter(save_to, cv2.VideoWriter_fourcc(*'
|
55 |
fall_records = {}
|
56 |
frame_id = 0
|
57 |
while True:
|
|
|
51 |
|
52 |
print('frames count:', frame_count) # float `frame_count`
|
53 |
|
54 |
+
out = cv2.VideoWriter(save_to, cv2.VideoWriter_fourcc(*'VP08'), fps, (640,640))
|
55 |
fall_records = {}
|
56 |
frame_id = 0
|
57 |
while True:
|