Skip to content

Commit

Permalink
fix: name of script
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu-choi07 committed Oct 2, 2023
1 parent 9fc8e7f commit 35d6843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion run_scripts/run_frame_searcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
)
benchmark_img_frame = video_processor.benchmark_image_frames
proposition_set = benchmark_img_frame.proposition
ltl_formula = f"P>=0.90 [{benchmark_img_frame.ltl_formula}]"
ltl_formula = f"P>=0.80 [{benchmark_img_frame.ltl_formula}]"

if args.cv_model == "grounding_dino":
cv_model = GroundingDino(
Expand Down
25 changes: 0 additions & 25 deletions test_scripts/predict.py

This file was deleted.

0 comments on commit 35d6843

Please sign in to comment.