ml5js/ml5-website-v02-docsify

Issues with linked MoveNet example

Closed this issue Β· 4 comments

Hi πŸ‘‹,

The reference for BodyPose includes a link to this example sketch for MoveNet.

This seems to be still be referencing the ml5@0.20.0-alpha.4 version of the library. (It also makes use of score rather than confidence - which is what the website refers to.)

Thanks a lot, @gohai, for bringing this issue to our attention!

@MOQN @ziyuan-linn I double-checked the p5 collection, and the movenet skeleton is still using ml5@0.20.0-alpha.4, as mentioned earlier. However, there’s a sketch called bodyPose-skeleton that uses the correct version. Should we replace the example using this one instead?

Thank you @gohai and @alanvww. Yes we should switch to bodyPose-skeleton. We decided to remove "movenet" from the sketch name a while ago since movenet is the default model of bodyPose. I think I forgot to delete the other sketch.

For reference, only sketches in the examples folder of ml5-next-gen are maintained and automatically updated.

Thank you @gohai and @alanvww. Yes we should switch to bodyPose-skeleton. We decided to remove "movenet" from the sketch name a while ago since movenet is the default model of bodyPose. I think I forgot to delete the other sketch.

For reference, only sketches in the examples folder of ml5-next-gen are maintained and automatically updated.

Got it! I will update the docs later.

Many thanks @alanvww πŸŽ‰πŸ™Œ