correct frame name to draw marks
This commit is contained in:
parent
2fcf19c723
commit
a4e03b2f4f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def main():
|
|||
|
||||
# Uncomment following line to show raw marks.
|
||||
# mark_detector.draw_marks(
|
||||
# frame_cnn, marks, color=(0, 255, 0))
|
||||
# frame, marks, color=(0, 255, 0))
|
||||
|
||||
# Try pose estimation with 68 points.
|
||||
pose = pose_estimator.solve_pose_by_68_points(marks)
|
||||
|
|
Loading…
Add table
Reference in a new issue