Skip to content

Commit ade02f9

Browse files
deruyter92Copilot
andauthored
Update fmpose3d/inference_api/fmpose3d.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ccf6c22 commit ade02f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fmpose3d/inference_api/fmpose3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ def pose_3d(
10531053
status, status_msg = result_2d.get_status_info()
10541054
if status in {ResultStatus.EMPTY, ResultStatus.INVALID}:
10551055
raise ValueError(f"2D pose estimation is not usable for 3D lifting: {status.value}. {status_msg}")
1056-
10571056
# Just use the first person's keypoints for now.
10581057
kpts = result_2d.keypoints[0]
10591058
h, w = result_2d.image_size

0 commit comments

Comments
 (0)