Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacebro/posematch-bro

pose matching on spacebro
https://github.com/spacebro/posematch-bro

Last synced: 13 days ago
JSON representation

pose matching on spacebro

Awesome Lists containing this project

README

        

# posematch-bro

posematch-bro is a tool that compares a series of position for a specific skeleton joint set.

You need to provide:

* a `matchVectors` array that is an array of poses (i.e an array of arrays of numbers)
* a `jointsName` array that is an array of string corresponding of the joints you want to use.
* a `thresholds` array that is the same length as `matchVectors` and contains the corresponding thresholds for each vector (i.e from which similarity score we emit). **rememberer that the lesser the score, the closer the similarity.**
* a `timeouts` array that is the same length as `matchVectors` and contains the corresponding timings (in ms) to wait before emitting when beyond threshold.

It's pretty specific use case, don't hesitate to contact us for any information.