quic / sense

Enhance your application with the ability to see and interact with humans using any RGB camera.
https://20bn.com/products/datasets
MIT License
732 stars 106 forks source link

Display class name on gesture recognition demo #101

Closed nahuakang closed 3 years ago

nahuakang commented 3 years ago

This PR is a follow-up ticket to PR84 and uses DisplayClassNameOverlay in the run_gesture_recognition.py script.

The PR also introduces a new private method: DisplayClassnameOverlay._adjust_font_scale to automatically re-scale the font_scale instance variable should the text width be larger than the frame width.