jimmerzzz52 / shrine-exp

A workspace for gesture recognition. Some demos using javascript, python, and other items.
2 stars 0 forks source link

Refactor Gesture class and add top_most parameter to predict method #8

Closed sehnemroger closed 4 months ago

sehnemroger commented 4 months ago

This pull request refactors the Gesture class by using type hinting for variable declaration and improves the readability of the error calculation in the predict method. Additionally, it adds a top_most parameter to the predict method, allowing the user to specify the number of top poses to output.