Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyklee committed Oct 25, 2019
1 parent 58fdb79 commit 3e68c73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/UNET/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ class UNET extends Video {
return this;
}

// check if p5js
// static checkP5() {
// if (typeof window !== 'undefined' && window.p5 && window.p5.Image && typeof window.p5.Image === 'function') return true;
// return false;
// }

async segment(inputOrCallback, cb) {
await this.ready;
let imgToPredict;
Expand Down

0 comments on commit 3e68c73

Please sign in to comment.