Skip to content

v0.4.0

Compare
Choose a tag to compare
@joeyklee joeyklee released this 17 Oct 22:01
78aa38c

Major Notes:

  • added ml5.neuralNetwork()
  • added ml5.faceApi()
  • added ml5.kmeans()
  • p5 preload() is now supported for all features (except ml5.neuralNetwork())
  • p5 instance mode can now be used with ml5
  • updates posenet to v2.1.3
  • updates mobilenet to v2.0.3
  • updates tensorflow to 1.2.1
  • updates DCGAN to accept latent vector
  • Adds imageData handling for image inputs
  • Adds support for calling .segment() and .segmentWithParts() directly on video
  • changes documentation to use docsify directly in ml5-library rather than using website

Fixes:

  • Fixes posenet parameter inputs

Additional Notes: