Skip to content

Commit

Permalink
Updated example landmark file path
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Feb 1, 2018
1 parent c2046b5 commit f1fcf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Load a ground truth scan and its landmark annotations:
groundtruth_scan = pymesh.load_mesh('F1008_A.obj') # from the challenge dataset
grundtruth_landmark_points = fg.read_groundtruth('F1008_A_landmarks.txt')
grundtruth_landmark_points = fg.read_groundtruth('annotations/F1008_A.lnd')

# Load your predicted mesh - the script needs a list of vertices and faces (triangles):
predicted_mesh = pymesh.load_mesh('your_mesh.obj')
Expand Down

0 comments on commit f1fcf24

Please sign in to comment.