Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spacebro/posematch-bro
- Owner: spacebro
- Created: 2018-10-23T16:03:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T13:19:58.000Z (about 6 years ago)
- Last Synced: 2024-11-21T04:11:40.459Z (2 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.