Skip to content

Releases: ml5js/ml5-next-gen

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