Skip to content

Commit ca588a5

Browse files
soomyfacebook-github-bot
authored andcommitted
small typo in deform_source_mesh_to_target_mesh.ipynb (facebookresearch#24)
Summary: fixed small typo in deform_source_mesh_to_target_mesh.ipynb Pull Request resolved: facebookresearch#24 Differential Revision: D19801629 Pulled By: nikhilaravi fbshipit-source-id: 59459f701e0a4c02e749a1b594ca77935fd037d1
1 parent a2c68b1 commit ca588a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/deform_source_mesh_to_target_mesh.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@
18111811
"outputs": [],
18121812
"source": [
18131813
"# We will learn to deform the source mesh by offsetting its vertices\n",
1814-
"# The shape of the derform parameters is equal to the total number of vertices in src_mesh\n",
1814+
"# The shape of the deform parameters is equal to the total number of vertices in src_mesh\n",
18151815
"deform_verts = torch.full(src_mesh.verts_packed().shape, 0.0, device=device, requires_grad=True)"
18161816
]
18171817
},

0 commit comments

Comments
 (0)