YACWC
This commit is contained in:
7
01_do_obj_det/ml_run.py
Normal file
7
01_do_obj_det/ml_run.py
Normal 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')
|
||||
Reference in New Issue
Block a user