help using dict. with node for max

owen planchart's icon

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

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

owen planchart's icon

Do you have a link to the above mentioned pose detection package, there seems to be quite a few options in this space ?