ml5js/ml5-examples

updating to tfjs 1.1.2 ==> example checking

joeyklee opened this issue · 2 comments

Hi there!

I'm currently working through the update to tfjs 1.0.2 1.1.2
Here is a running list of checks:

Update: here's a list of examples that have been checked

ml5-examples/javascript

  • No issues with image classification using MobileNet
  • Issue with image classification using feature extractor ==> works in chrome but not firefox
  • No issues with webcam classification using MobileNet.
  • No issues with PoseNet
  • No issues with StyleTransfer

ml5-examples/p5js

  • CVAE/ ==> needs to be updated to tf1.0; DONE!
  • CharRNN:
    • CharRNN_Interactive/
    • CharRNN_Text/
    • CharRNN_Text_Stateful/
  • FeatureExtractor
    • FeatureExtractor_Image_Classification/
    • FeatureExtractor_Image_Regression/
  • ImageClassification
    • /ImageClassification/
    • ImageClassification_MultipleImages/
    • ImageClassification_Video/
    • ImageClassification_VideoScavengerHunt/
    • ImageClassification_VideoSound/
    • ImageClassification_VideoSoundTranslate/ ==> needs api key
  • KNNClassification: Fixed with ml5js/ml5-library#366
    • KNNClassification_PoseNet/
    • KNNClassification_Video/: Mobilenet.js:374 Uncaught TypeError: this.mobilenet.infer is not a function
    • KNNClassification_VideoSound/: Mobilenet.js:374 Uncaught TypeError: this.mobilenet.infer is not a function
    • KNNClassification_VideoSquare : Mobilenet.js:374 Uncaught TypeError: this.mobilenet.infer is not a function
  • PitchDetection
  • Pix2Pix:
  • PoseNet
  • Sentiment ==> needs to be updated to tf1.0; DONE!
  • SketchRNN: ==> DONE!
  • StyleTransfer_Image: ✅
  • StyleTransfer_Video: Works in Chrome ==> ^^ maybe a problem with the image handling
  • UNET ==> needs to be updated to TFJS 1.0; DONE!
  • Word2Vec
  • YOLO: DONE

@shiffman @yining1023 @AshleyJaneLewis - As our current development branch is working for all of our examples now (save for some browser compatibility issues and the broken pix2pix promises example), let's plan to do a release soon - next week?

@WenheLI and I will do some improvements to mobilenet, but otherwise things are working! ✨

Things are working ya'll! Closing this for now. Thanks for all the effort!