Skip to content

Commit d14b487

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

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
@@ -1066,7 +1066,6 @@ def pose_3d(
10661066
if seed is not None:
10671067
torch.manual_seed(seed)
10681068

1069-
10701069
num_frames = kpts.shape[0]
10711070
all_poses_3d: list[np.ndarray] = []
10721071
all_poses_world: list[np.ndarray] = []

0 commit comments

Comments
 (0)