phase 3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user