Skip to content

Releases: ml5js/ml5-next-gen

v1.2.2

31 Jul 14:42
d0f6524
Compare
Choose a tag to compare

Noting this release includes p5.js 2.0 support but some of the examples may not work until we update the p5.js version for the next release (see: processing/p5.js#7980). Also, @pearmini is working on a fix to the script that uploads all the examples to the p5 web editor, that will come after this release.

What's Changed

  • Use imageUtilities abstractions for darknet and doodlenet by @gohai in #243
  • Add support for OffscreenCanvas by @quinton-ashley in #242
  • Turn "const" into "let" in example code by @gohai in #250
  • Add a Readme file to examples, with link to sketches on web editor by @gohai in #251
  • BodySegmentation: Fix runtime enum by @gohai in #256
  • Fix memory leak and input sizing for SelfieSegmentation by @nasif-co in #264
  • Async constructors for p5 2.0 by @pearmini in #258
  • Add friendlier message for oneHot error by @mop9047 in #268

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

04 Dec 23:00
f1b9512
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.2.0...v1.2.1

v.1.2.0

07 Nov 14:27
2c4ee5e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.1.0...v.1.2.0

v.1.1.0

11 Oct 13:58
a30962e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.1.0.2...v.1.1.0

v.1.0.2

06 Aug 15:01
28b64f6
Compare
Choose a tag to compare

What's Changed

Bug fixes for models: bodyPose, bodySegmentation, NeuralNetwork

BodyPose

#174

  • Rename the confidence value for the entire pose from score to confidence:
  • Fix the [flipped and flipHorizontal not working issue by implementing mirroring on ml5's end.
  • Fix the keypoints not resizing issue on MoveNet model.

#176

  • Add bounding box mirroring

#178

  • Update comments and refactor code but no functional changes

NeuralNetwork

#181

  • Fix numerical classname bug by reordering metadata legend

BodySegmentation

#184

  • Fix flipHorizontal option not working

Docs:

#164, #172

  • Added contributors to the list

#73

  • Update and cleanup contributing guidelines

#173

  • Lock version for yarn and node

#185

  • change upload script ml5 version number

#186

  • Update patch version to 1.0.2

Full Changelog: v.1.0.1...v.1.0.2