Skip to content

Commit 35d6843

Browse files
committed
fix: name of script
1 parent 9fc8e7f commit 35d6843

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

run_scripts/run_frame_searcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
)
7272
benchmark_img_frame = video_processor.benchmark_image_frames
7373
proposition_set = benchmark_img_frame.proposition
74-
ltl_formula = f"P>=0.90 [{benchmark_img_frame.ltl_formula}]"
74+
ltl_formula = f"P>=0.80 [{benchmark_img_frame.ltl_formula}]"
7575

7676
if args.cv_model == "grounding_dino":
7777
cv_model = GroundingDino(

test_scripts/predict.py

-25
This file was deleted.

0 commit comments

Comments
 (0)