n4m-posenet icon indicating copy to clipboard operation
n4m-posenet copied to clipboard

multi-pose

Open aartcore opened this issue 5 years ago • 3 comments

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!

aartcore avatar Jul 16 '19 13:07 aartcore

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

  1. update the packge
  2. add examples/docs around how to use single-pose/multi-pose mode
  3. come back to you

Does that sound alright? :)

yuichkun avatar Mar 20 '20 21:03 yuichkun

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!

arthur-parmentier avatar Mar 20 '20 22:03 arthur-parmentier

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!!

aartcore avatar Mar 22 '20 07:03 aartcore