Image Annotation ================ Methods for annotating images with face landmarks, bounding boxes, face recognition labels, and more. After annotating an image, you **must not** run inference functions on that image. You can call multiple annotation methods on the same image. .. automethod:: tfsdk.SDK.draw_face_box_and_landmarks .. image:: ../../shared/gifs/face_box_and_landmarks_demo.gif .. automethod:: tfsdk.SDK.draw_face_landmarks .. image:: ../../shared/gifs/face_landmarks_demo.gif .. automethod:: tfsdk.SDK..draw_head_orientation_axes .. image:: ../../shared/gifs/face_pose_axes_demo.gif .. automethod:: tfsdk.SDK..draw_head_orientation_box .. image:: ../../shared/gifs/face_pose_box_demo.gif .. automethod:: tfsdk.SDK.draw_candidate_bounding_box_and_label .. image:: ../../shared/gifs/face_recognition_demo.gif .. automethod:: tfsdk.SDK.draw_object_labels .. autoclass:: tfsdk.ColorRGB :members: .. automethod:: tfsdk.ColorRGB.__init__