Skip to content

Releases: ml5js/ml5-library

v0.8.7

21 Jan 19:49
fa4a550
Compare
Choose a tag to compare

Changes

  • No changes

What's Changed

Full Changelog: v0.8.6...v0.8.7

v0.8.6

21 Jan 19:38
767665f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.1

21 Jan 01:08
Compare
Choose a tag to compare

Changes

v0.8.0

21 Jan 00:32
9c2c74f
Compare
Choose a tag to compare

Changes

What's Changed

Full Changelog: v0.7.2...v0.8.0

v0.7.2

19 Jan 23:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.2

v0.6.1

05 Mar 01:38
Compare
Choose a tag to compare

This release includes:

  • #1118: Allow people to pass string 'true' in additional boolean true to turn on debug mode for the Neural Network class.

v0.6.0

05 Nov 16:21
Compare
Choose a tag to compare

This release introduces two new models ported from Tensorflow.js: Handpose and Facemesh. Handpose can be used to predict the location of 21 3D landmarks on the palm and fingers of a single hand. Facemesh can be used to predict 486 3D landmarks on the human face and can work on multiple faces at once. Facemesh provides more detail about the positions of key locations on the face than any of the models currently supported in ml5.js’s implementation of FaceApi.

In addition to new models, the 0.6.0 release also includes a variety of fixes and improvements by our community of contributors and maintainers:

  • Updated tf.js version to 1.7 (up from 1.2) (#846)
  • Documentation for the Object Detector class
  • Switched fetch calls in core library code to Axios for improved browser support (#979)
  • Added nearestFromSet function to Word2Vec (#1015)
  • Fixes to the Neural Network class (#919, #1096)
  • Increase the performance of the FaceAPI by supporting the Tiny Face model (#936)

v0.5.0

12 Mar 21:22
Compare
Choose a tag to compare
  • A reimplementation of the Neural Network class (#749), as well as memory leak fixes, updated documentation, multilayer support, and test coverage.
  • A refactoring of the Object Detector class (https://github.com/ml5js/ml5-library/pull/693/files) as well as documentation updates, fixes to async support, and the addition of video support.
  • Add ml5.js Community Statement to console.log - #800
  • Include an unminified version of the library in the distribution - #811
  • Many small bug fixes and additional updates to the documentation!

v0.4.3

14 Nov 21:02
db1b986
Compare
Choose a tag to compare

Change notes

  • [unet] adds canvas support for input handling in UNET - #700 by joeyklee
  • [devops] Merges fixes in release to development - #698 by joeyklee
  • [image classifier ] Fix memory leak in image classifier - #697 by joeyklee
  • [neural network] Fix nn train without normalization & addresses memory leaks - #696 by joeyklee
  • [docs] Update README.md #692 by josher19
  • [Fixed documentation]: option parameter should be task - #691 by mikakruschel
  • [dev ops] moves all contributors from ml5-examples and ml5-website to library - #689 by joeyklee
  • [pitch detection] fixes pitch detection memory leak

v0.4.2

06 Nov 20:48
Compare
Choose a tag to compare

Release notes

  • minor bug fixes and updates
  • Includes:* [image classifier] Fixes memory leak / dispose of processed image #680 by @joeyklee
  • fix single quote typo in nn reference #679 by @vndrewlee
  • [neural net fix] Merges neural net fix in release to development branch #676 by @joeyklee
  • get networks batchSize and epochs from config.training #674 by @TobiasNickel
  • [docs] begins adding utils documentation #670 by @joeyklee
  • [devops] adds script to update docs ml5 versions #666 by @joeyklee
  • UNET and BodyPix Segmentation result handling #664 by joeyklee
  • Adding index_test.js for UNET #659 by EonYang
  • Fixes memory leaks in #684