help using dict. with node for max

    MaxMSPbeginner

    owen planchart's icon
    owen planchart's icon
    owen planchart
    Jul 18 2022 | 6:33 pm
    Hi, new to anything node.js related. I am using this example code for Posenet values: https://github.com/yuichkun/n4m-posenet I am trying to unpack the node.script index.js object into individual values for each pose. For example the x and y coordinate of the Nose. I can route all the positions of the keypoints on the list but not sure how to go about the position of a specific keypoint. I know I could do something with zl objects but it seems like it should be simpler.
    Any clues much appreciated.

    • Anton's icon
      Anton's icon
      Anton
      Jan 31 2023 | 1:39 pm
      Hi Owen, Did you manage to get this working? Not sure if you've noticed but the version above has been deprecated. "This package is deprecated in favor of the new pose-detection package." Cheers
      Share
    • owen planchart's icon
      owen planchart's icon
      owen planchart
      Mar 15 2023 | 12:58 pm
      Do you have a link to the above mentioned pose detection package, there seems to be quite a few options in this space ?