n4m-posenet
n4m-posenet copied to clipboard
multi-pose
Hi yuichkun,
First of all thanks a lot for your patch/code, it's really nice to use this inside max! I have a question about the multi-pose mode, is it possible to use that option? And how to use the data from different persons? The dict.view data doesn't change if i set it from single-pose to multi-pose. Besides the data of the person I get an error in my max window: dict.view: extra arguments for message "dictionary" The dataset of multi-pose looks the same as single-pose, but i suppose to see also // pose 1, // pose 2 to separate the different persons right? thanks a lot in advance!
Hi @aartcore ,
I'm sorry that I did not notice your issue submit for such a long time!
I think I did have a successful case with the multi-pose mode, but since it's been a while now I kind of forgot how I parsed the dict object and stuff.
This package itself is kind of becoming outdated, so I should find time to
- update the packge
- add examples/docs around how to use single-pose/multi-pose mode
- come back to you
Does that sound alright? :)
For multipose, I think that a aprsing with js script loops or o.dot loops may be more convenient than adding new routing, since we a priori do not know the number of poses we are getting. I think it would require some more advanced matching to get it right!
Thanks for your reply! Sounds good! I've done some test with https://github.com/LingDong-/PoseOSC which sort of worked but i prefer to keep it in Max instead of a an extra application. It would be also really nice to be able to use it offline. I tried some offline options but without succes. Thanks a lot in advance!!