v.1.0.2
What's Changed
Bug fixes for models: bodyPose, bodySegmentation, NeuralNetwork
BodyPose
- 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.
- Add bounding box mirroring
- Update comments and refactor code but no functional changes
NeuralNetwork
- Fix numerical classname bug by reordering metadata legend
BodySegmentation
- Fix flipHorizontal option not working
Docs:
- Added contributors to the list
- Update and cleanup contributing guidelines
- Lock version for yarn and node
- change upload script ml5 version number
- Update patch version to 1.0.2
Full Changelog: v.1.0.1...v.1.0.2