AILab-FOI / PRRI-HoloGameV2023

Game development platforms course at the Faculty of Organization and Informatics, University of Zagreb, Croatia, Group 1 - HoloGameV platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Neutral pose class

nmidzic20 opened this issue · comments

In order to increase model accuracy and decrease the number of classes, remove the Neutral pose class from the model since it has inaccurate detection and interferes with the other classes detection. Replace it in code logic by assigning any gesture with the probability under 0.9 to be neutral (meaning no commands are sent to server.py).