Skip to content

Commit

Permalink
戻り値の型アノテーションの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 31, 2023
1 parent a432b02 commit 779ac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_goldyolo_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def __postprocess(
lefthand_0_or_righthand_1s: np.ndarray,
paddings_and_scales: List[PaddingsAndScale],
rec_size_difference_rotation_angles: List[List[int]]
) -> Tuple[List[Hand], np.ndarray]:
) -> List[Hand]:
"""__postprocess
検出した手のキーポイント21点を元画像のスケールに戻す
Expand Down

0 comments on commit 779ac86

Please sign in to comment.