Skip to content

Commit 50384ed

Browse files
committed
hide the face box
1 parent 1af1a24 commit 50384ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

estimate_head_pose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def main():
122122
# mark_detector.draw_marks(frame, marks, color=(0, 255, 0))
123123

124124
# Uncomment following line to show facebox.
125-
mark_detector.draw_box(frame, [facebox])
125+
# mark_detector.draw_box(frame, [facebox])
126126

127127
# Try pose estimation with 68 points.
128128
pose = pose_estimator.solve_pose_by_68_points(marks)

0 commit comments

Comments
 (0)