You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @MOQN mentioned in the meeting, when we declare var for SelfieSegmentation model, we use let bodyPix; instead of let bodySegmentation. We may want to update this in following two examples:
As @MOQN mentioned in the meeting, when we declare var for SelfieSegmentation model, we use
let bodyPix;
instead oflet bodySegmentation
. We may want to update this in following two examples:https://editor.p5js.org/ml5/sketches/KNsdeNhrp
https://editor.p5js.org/ml5/sketches/h6TN8umP5
The text was updated successfully, but these errors were encountered: