Skip to content

Commit 3e68c73

Browse files
committed
rm comment
1 parent 58fdb79 commit 3e68c73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/UNET/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ class UNET extends Video {
4040
return this;
4141
}
4242

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-
4943
async segment(inputOrCallback, cb) {
5044
await this.ready;
5145
let imgToPredict;

0 commit comments

Comments
 (0)