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)
Turns the
handPose
features intonull
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)