Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 21, 2024
1 parent 353b6a0 commit 5f7fff9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion happypose/toolbox/inference/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ def load_pose_models(
force_panda3d_renderer: bool = False,
renderer_kwargs: Optional[Dict] = None,
models_root: Path = EXP_DIR,
) -> Tuple[torch.nn.Module, torch.nn.Module, BatchedMeshes,]:
) -> Tuple[
torch.nn.Module,
torch.nn.Module,
BatchedMeshes,
]:
coarse_run_dir = models_root / coarse_run_id
coarse_cfg: TrainingConfig = load_cfg(coarse_run_dir / "config.yaml")
coarse_cfg = check_update_config_pose(coarse_cfg)
Expand Down

0 comments on commit 5f7fff9

Please sign in to comment.