misterpeddy / hands-down

Slow the spread of COVID-19 by discouraging people from touching their face
6 stars 1 forks source link

Improves extrapolation #49

Closed Berkmann18 closed 4 years ago

Berkmann18 commented 4 years ago

Turns the handPose features into null as soon it sees there are none (i.e. the hands aren't visible). This way, as soon as no hands are visible, the hand-related computations (namely the inference computation) will be skipped (therefore increasing the post-boot-up performance).

Note: There are still some areas to look at tho (see my review comments on here and new TODO)