ml5js/ml5-examples

Web Editor Examples - PoseNet, UNet, BodyPix

shiffman opened this issue Β· 4 comments

β†’ Description πŸ“

This is a continuation of #6 but opening a separate issue as it relates specifically to prepping material for the IMA course in ml5js/Intro-ML-Arts-IMA-F19#34.

For week 3 material, I'm providing examples for PoseNet, UNet, and BodyPix.

@joeyklee I can create web editor versions of UNet and BodyPix and put them in the ima_ml if that's more expedient. Also are they perhaps not included b/c there is an issue with the model and the p5 web editor? I'll do some tests and report back here!

β†’ Screenshots πŸ–Ό

Screen Shot 2019-09-15 at 9 56 30 AM

☝️This is the same error we ran into with image classification but since that example now works in theory we can maybe get this one to! (I might also suggest switching it to loadImage() and use preload() but that's a different discussion πŸ€ͺ)

Noting a different error if I switch to loadImage() and preload().

https://editor.p5js.org/ima_ml/sketches/sk1ZWdEBu

Screen Shot 2019-09-15 at 10 09 43 AM

@shiffman - I think this is resolved now, or? Feel free to reopen if this issue persists.