Skip to content

v.1.0.2

Compare
Choose a tag to compare
@sharellb sharellb released this 06 Aug 15:01
· 23 commits to main since this release
28b64f6

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