Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 29, 2020 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/928df429212ca23feddd055e0c25e3d7 to your computer and use it in GitHub Desktop.
Save amankharwal/928df429212ca23feddd055e0c25e3d7 to your computer and use it in GitHub Desktop.
label = "{}, {}".format(gender, age)
cv.putText(frameFace, label, (bbox[0], bbox[1]-20), cv.FONT_HERSHEY_SIMPLEX, 0.8, (255, 0, 0), 3, cv.LINE_AA)
cv.imshow("Age Gender Demo", frameFace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment