Skip to content

v0.2.2

Compare
Choose a tag to compare
@joeyklee joeyklee released this 22 Mar 23:39
c2d48f0

v0.2.2

Release: ml5.js v0.2.2 🎉

API updates:

  • PoseNet now supports accessing parts of the body by name: #293
  • ml5 now supports p5.js's preload function for specified models: #313
  • ImageClassifier and FeatureExtractor returns label and confidence: #292
  • YOLO is now returns label and confidence vs. className and classProb: #316

Development:

  • Added tests to CharRNN - #307
  • Added functionality to add a manual test folder while experimenting with ml5: #295
  • We're sunsetting the use of master as a branch name convention and specifying development or release for changes: #319
  • added documentation on CONTRIBUTING: #315
  • solves linting support issues for vsCode: #324

Fixes:

  • Fixes bug related to style transfer on nonsquare inputs: #311
  • Fixes SketchRNN naming issue: #325