- 03 Jul, 2018 3 commits
-
-
justadudewhohacks authored
Some fixes
-
vincent authored
-
vincent authored
fixed memory leaks in extractFaces, imageTensorToCanvas, toNetInput with batch size 1 tensor4d array + removed tests using createFakeHTMLVideoElement as it seems to not load the example video properly some times
-
- 02 Jul, 2018 9 commits
-
-
justadudewhohacks authored
added general handling of batch inputs + face landmark net accepts batch inputs now
-
vincent authored
-
vincent authored
added some tests to indentify memory leaks in NetInput and face landmark net + fixed leak in detectLandmarks
-
vincent authored
added batch input example for face landmarks + fixed: return array if batch input with array of length 1
-
vincent authored
-
vincent authored
-
vincent authored
test cases for batch input creation + e2e face landmark net batch input tests + added some face landmark net tests for non squared input
-
vincent authored
-
vincent authored
-
- 01 Jul, 2018 4 commits
-
-
justadudewhohacks authored
pad face landmark net input to square and center to prevent stretching of input image
-
vincent authored
-
vincent authored
-
vincent authored
-
- 29 Jun, 2018 1 commit
-
-
justadudewhohacks authored
-
- 28 Jun, 2018 9 commits
-
-
justadudewhohacks authored
Join Slack Community: Briim - Machine Learning in JavaScript
-
Robin Wieruch authored
-
vincent authored
-
vincent authored
-
justadudewhohacks authored
padToSquare fix
-
vincent authored
make padToSquare padding order append first when size is uneven + fixed issue when dimensions differ by 1 only
-
vincent authored
-
justadudewhohacks authored
Sourcemaps
-
Patrick Pfeiffer authored
-
- 27 Jun, 2018 9 commits
-
-
justadudewhohacks authored
fix typo in README
-
Alexis Kofman authored
-
vincent authored
-
justadudewhohacks authored
wait for model being loaded before processing video frames
-
vincent authored
-
justadudewhohacks authored
Await media loaded
-
vincent authored
-
vincent authored
-
vincent authored
use async toNetInput instead creating NetInput directly, which awaits all media elements of the input to be finished loading
-
- 25 Jun, 2018 5 commits
-
-
vincent authored
-
justadudewhohacks authored
faceapi.allFaces + global api
-
vincent authored
-
vincent authored
-
vincent authored
-