Spaces:
Runtime error
Runtime error
Commit
·
214eb25
1
Parent(s):
ee9362f
Update detect_frames.py
Browse files- scripts/detect_frames.py +1 -1
scripts/detect_frames.py
CHANGED
@@ -54,7 +54,7 @@ def main(args, config={}, verbose=True):
|
|
54 |
|
55 |
|
56 |
|
57 |
-
def detect_location(in_loc_dir, out_loc_dir, config, model, device,
|
58 |
|
59 |
seq_list = os.listdir(in_loc_dir)
|
60 |
|
|
|
54 |
|
55 |
|
56 |
|
57 |
+
def detect_location(in_loc_dir, out_loc_dir, config, model, device, verbose):
|
58 |
|
59 |
seq_list = os.listdir(in_loc_dir)
|
60 |
|