Vincent Mühler

Results 149 comments of Vincent Mühler

I see what you mean, currently there is no way other than what you suggested. The FaceMatcher class could be extended with a toJSON method for serializing and a fromJSON...

Could you log the dimensions of your images? My guess is, that some of them are simply too small or maybe something went wrong when decoding the image content. I...

Looks like the compiler hung up your cpu while compiling the dnn module of dlib. I guess you tried to compile it again and still running into this issue?

You can simply serialize the FaceRecognizer as shown in the examples and recreate it with the filtered descriptors. If something like `clearFaces` is a desired feature, I am happy to...

Hi, looks like you didnt run npm install in the root folder after cloning the repo, or the installation had errors

Yep that's certainly possible. It's probably just changing the make command to `make all -j` right?

Published a new version to npm, which uses the dlib-build version including your PR.

We will probably have to link BLAS when building the library. Adding linker flags is done in this file: https://github.com/justadudewhohacks/face-recognition.js/blob/master/lib/libs.js, which is called by node-gyp when the package is compiled....

Hi, don't mind my previous comment. Just noticed that in #24 you said, you were able to use this package with blas on ubuntu and mac, so explicitly linking it...

Just curious, I tried to install the package on amazonlinux via docker, but apparently with the recent npm release of face-recognition.js there are issues with line endings in the binding.gyp...