Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 1, 2024
1 parent 984ca89 commit 2ecce0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def run_inference_pipeline(
bsz_objects: Optional[int] = None,
cuda_timer: Optional[bool] = False,
coarse_estimates: Optional[PoseEstimatesType] = None,
labels_to_keep: List[str] = None,
labels_to_keep: Optional[List[str]] = None,
) -> Tuple[PoseEstimatesType, dict]:
"""Runs the entire pose estimation pipeline.
Expand Down

0 comments on commit 2ecce0c

Please sign in to comment.