v0.2.2
v0.2.2
Release: ml5.js v0.2.2 🎉
API updates:
- PoseNet now supports accessing parts of the body by name: #293
- ml5 now supports p5.js's
preload
function for specified models: #313 - ImageClassifier and FeatureExtractor returns
label
andconfidence
: #292 - YOLO is now returns
label
andconfidence
vs.className
andclassProb
: #316
Development:
- Added tests to CharRNN - #307
- Added functionality to add a manual test folder while experimenting with ml5: #295
- We're sunsetting the use of
master
as a branch name convention and specifyingdevelopment
orrelease
for changes: #319 - added documentation on CONTRIBUTING: #315
- solves linting support issues for vsCode: #324