Skip to content

Commit 3b1a074

Browse files
gnoilednadfacebook-github-bot
authored andcommitted
fix small typo in deform_source_mesh_to_target_mesh.ipynb (facebookresearch#34)
Summary: fixed target object data folder path './data/doplhin'-> './data/dolphin' Pull Request resolved: facebookresearch#34 Differential Revision: D19815377 Pulled By: nikhilaravi fbshipit-source-id: ff17f6aef8d835b11d7803e912a311c7118b03fa
1 parent dcb0948 commit 3b1a074

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"source": [
114114
"# The path to the target 3D model we wish to fit\n",
115115
"# e.g. download https://free3d.com/3d-model/-dolphin-v1--12175.html and save in ./data/dolphin\n",
116-
"trg_obj = os.path.join('./data/doplhin', '10014_dolphin_v2_max2011_it2.obj')"
116+
"trg_obj = os.path.join('./data/dolphin', '10014_dolphin_v2_max2011_it2.obj')"
117117
]
118118
},
119119
{

0 commit comments

Comments
 (0)