We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2151a6 commit ef803e7Copy full SHA for ef803e7
1 file changed
fmpose3d/common/utils.py
@@ -378,7 +378,7 @@ def save_top_N_models(
378
379
def back_to_ori_uv(cropped_uv, bb_box):
380
"""
381
- 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
382
:return:
383
384
N, T, V, _ = cropped_uv.size()
@@ -453,7 +453,7 @@ def project_to_2d(X, camera_params):
453
454
Arguments:
455
X -- 3D points in *camera space* to transform (N, *, 3)
456
- camera_params -- intrinsic parameteres (N, 2+2+3+2=9)
+ camera_params -- intrinsic parameters (N, 2+2+3+2=9)
457
458
assert X.shape[-1] == 3 # B,J,3
459
assert len(camera_params.shape) == 2 # camera_params:[B,1,9]
0 commit comments