Pose Metrics, PoseProcessors, and DTW#19
Pose Metrics, PoseProcessors, and DTW#19AmitMY merged 28 commits intosign-language-processing:mainfrom
Conversation
|
@AmitMY Could use your thoughts on the following:
Currently the score with signatures looks like this: |
AmitMY
left a comment
There was a problem hiding this comment.
quite an easy merge. just run black, and some minor comments
|
@AmitMY before making any code changes, what are your thoughts on #19 (comment) |
Good
I think that's fine, we can always call the processor with all available poses we have, and then process them either in a batch or separately depending on the processor (you wrote that code)
I see what you did. There's advantages and disadvantages to working in 1D. working in 178D is probably more accurate for the entire body, but doesn't allow different phonemes to happen at different times (face movement and hand movement for example) - but single keypoint trajectory can also be optimized for strange unaligned outputs, where there is no structure...
Strange. should be much faster.
You don't have to inherit there. can extend |
Working on Pose Metrics, which use PoseProcessors, which will allow us to run DTW first, then call distance measures
Code broken out from #4