File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ def run_nsvs(
18
18
proposition_set : list [str ],
19
19
ltl_formula : str ,
20
20
output_path : str ,
21
- model_checker_verbose : bool = False ,
22
21
model_checker_is_filter : bool = False ,
23
22
model_checker_type : str = "sparse_ma" ,
24
23
desired_interval_in_sec : float | None = None ,
Original file line number Diff line number Diff line change @@ -58,18 +58,3 @@ def run_nsvs_yolo(
58
58
desired_interval_in_sec = desired_interval_in_sec ,
59
59
desired_fps = desired_fps ,
60
60
)
61
-
62
-
63
- if __name__ == "__main__" :
64
- run_nsvs_yolo (
65
- video_path = "/home/mc76728/repo/Coargus/Neuro-Symbolic-Video-Search-Temporal-Logic/_dev_/toyota.mp4" ,
66
- desired_interval_in_sec = None ,
67
- desired_fps = 30 ,
68
- proposition_set = ["car" , "truck" ],
69
- ltl_formula = '"car" U "truck"' ,
70
- yolo_model_name = "YOLOv8x" ,
71
- output_path = "/home/mc76728/repo/Coargus/Neuro-Symbolic-Video-Search-Temporal-Logic/_dev_" ,
72
- threshold_satisfaction_probability = 0.80 ,
73
- frame_scale = None ,
74
- calibration_method = "temperature_scaling" ,
75
- )
You can’t perform that action at this time.
0 commit comments