We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fdb79 commit 3e68c73Copy full SHA for 3e68c73
src/UNET/index.js
@@ -40,12 +40,6 @@ class UNET extends Video {
40
return this;
41
}
42
43
- // check if p5js
44
- // static checkP5() {
45
- // if (typeof window !== 'undefined' && window.p5 && window.p5.Image && typeof window.p5.Image === 'function') return true;
46
- // return false;
47
- // }
48
-
49
async segment(inputOrCallback, cb) {
50
await this.ready;
51
let imgToPredict;
0 commit comments