Spaces:
Runtime error
Runtime error
Commit
·
66f8a6f
1
Parent(s):
6f7091f
Update infer_frames.py
Browse files- scripts/infer_frames.py +1 -1
scripts/infer_frames.py
CHANGED
@@ -38,7 +38,7 @@ def main(args, config={}, verbose=True):
|
|
38 |
|
39 |
dirname = args.frames
|
40 |
|
41 |
-
locations = ["
|
42 |
for loc in locations:
|
43 |
|
44 |
in_loc_dir = os.path.join(dirname, loc)
|
|
|
38 |
|
39 |
dirname = args.frames
|
40 |
|
41 |
+
locations = ["kenai-val"]
|
42 |
for loc in locations:
|
43 |
|
44 |
in_loc_dir = os.path.join(dirname, loc)
|