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.
- PoseNet single image is currently broken (see screenshot below)
- UNet examples not included with upload to web editor script.
- BodyPix examples not included with upload to web editor script.
@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 πΌ
βοΈ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()
.