Spaces:
Runtime error
Runtime error
Ivan Felipe Rodriguez commited on
Commit ·
f1635ae
1
Parent(s): 3a45e37
fixing skip
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def draw_cockpit(frame, top_pred,cnt):
|
|
| 173 |
|
| 174 |
|
| 175 |
|
| 176 |
-
def process_video(input_video, out_fps = 'auto', skip_frames =
|
| 177 |
print('Processing video: ')
|
| 178 |
|
| 179 |
try:
|
|
|
|
| 173 |
|
| 174 |
|
| 175 |
|
| 176 |
+
def process_video(input_video, out_fps = 'auto', skip_frames = 12):
|
| 177 |
print('Processing video: ')
|
| 178 |
|
| 179 |
try:
|