- 06 Jul, 2018 6 commits
-
-
vincent authored
-
vincent authored
-
justadudewhohacks authored
param mappings for remaining nets + make face detection and recognition nets extend NeuralNetwork
-
vincent authored
-
vincent authored
added describeWithNets test utility, which handles net creation and disposing of net params for the testbench
-
vincent authored
-
- 05 Jul, 2018 3 commits
-
-
justadudewhohacks authored
NeuralNetwork base class + trainable
-
vincent authored
-
vincent authored
-
- 03 Jul, 2018 10 commits
-
-
vincent authored
added NeuralNetwork base class which provides some common functionality, such as making networks trainable
-
vincent authored
-
justadudewhohacks authored
face recognition net now works with batch inputs
-
vincent authored
-
vincent authored
-
vincent authored
-
vincent authored
-
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 7 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
-