annayding
commited on
Commit
·
51d37d8
1
Parent(s):
6f14479
debug
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def run_owl(input_vid,
|
|
22 |
fps_processed,
|
23 |
scaling_factor
|
24 |
):
|
25 |
-
new_input_vid = input_vid.replace(" ", "_")
|
26 |
-
os.rename(input_vid, new_input_vid)
|
27 |
csv_path, vid_path = owl_full_video(input_vid,
|
28 |
text_prompt,
|
29 |
confidence_threshold,
|
|
|
22 |
fps_processed,
|
23 |
scaling_factor
|
24 |
):
|
25 |
+
# new_input_vid = input_vid.replace(" ", "_")
|
26 |
+
# os.rename(input_vid, new_input_vid)
|
27 |
csv_path, vid_path = owl_full_video(input_vid,
|
28 |
text_prompt,
|
29 |
confidence_threshold,
|