This commit is contained in:
2025-07-02 12:08:56 -04:00
commit 62cf036cc6
3 changed files with 484 additions and 0 deletions

7
01_do_obj_det/ml_run.py Normal file
View File

@@ -0,0 +1,7 @@
from model_runner import ModelRunner
mr = ModelRunner()
# %%
mr.init_model_det()
mr.init_model_clip()
# %%
scored_results = mr.score_video('/home/thebears/source/ml_code/short.mp4')