This commit is contained in:
2026-03-28 10:05:59 -03:00
parent e46bbc419c
commit d0707333fd
12 changed files with 381 additions and 120 deletions

View File

@@ -88,7 +88,7 @@ def run_pipeline(req: RunRequest):
log_level=req.log_level,
)
pipeline = get_pipeline(checkpoint=req.checkpoint)
pipeline = get_pipeline(checkpoint=req.checkpoint, profile_name=req.profile_name)
initial_state = DetectState(
video_path=local_path,