You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
In the example DrawingInTheAir, even if you don't move the board, there is a detection (at least a very high probability that something is detected even with very slightly similar movement). Hence the rate of false positives is very high.
To reduce the rate of false positives, a check should be done on the distance value from the register IDX_DIST. Hence a threshold can be set on the likelihood of detection, thereby considering any detection with a high IDX_DIST as a no_match.