We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd95b1 commit 6107a7aCopy full SHA for 6107a7a
1 file changed
fmpose3d/animals/common/utils.py
@@ -354,7 +354,7 @@ def save_top_N_models(
354
355
def back_to_ori_uv(cropped_uv, bb_box):
356
"""
357
- for cropped uv, back to origial uv to help do the uvd->xyz operation
+ for cropped uv, back to original uv to help do the uvd->xyz operation
358
:return:
359
360
N, T, V, _ = cropped_uv.size()
@@ -423,7 +423,7 @@ def project_to_2d(X, camera_params):
423
424
Arguments:
425
X -- 3D points in *camera space* to transform (N, *, 3)
426
- camera_params -- intrinsic parameteres (N, 2+2+3+2=9)
+ camera_params -- intrinsic parameters (N, 2+2+3+2=9)
427
428
assert X.shape[-1] == 3 # B,J,3
429
assert len(camera_params.shape) == 2 # camera_params:[B,1,9]
0 commit comments