Luca Anzalone

Results 13 comments of Luca Anzalone

Hi @TerryGoh, Is possibile that a newer version of react native forces the build to install kotlin 1.5? Is that your case? If so try to downgrage react, if possible....

Hi @Mik-el, sorry for the late response but I'm a bit busy.. Anyway, good that you managed to solve issue 2 and 3. Following this [answer](https://stackoverflow.com/a/64278321), you can try to...

Hi, sorry for the delay. You can download the official 68-point shape predictor from Dlib, which is more accurate and stable but larger and slower. Or, you can create your...

Yes, there would be 98 landmarks instead of 68. The only difficulty is to parse the annotation file they provide. If I manage to find some time, I'll provide you...

Good news! I managed to train a model on WFLW. You can find it [here](https://github.com/Luca96/dlib-minified-models/tree/master/face_landmarks/wflw), along with training scripts in case you want to experiment further. Let me know if...

Thank you, so: 1. No, I trained only on the training set but you can easily edit the files I've provided and replicate the results on the whole dataset. 2....

Not yet, unfortunately. I'm quite busy with exams, but it's good to know that the `tf2` branch is usable now. I'll give a try as soon as I can.

Hi @lemberh, unfortunately I support only the basic architectures.

Have you tried to add the ABI "armeabi-v7a with NEON" in the script? You should edit line 17 of `setup.sh` (I guess you're using Linux), having something like this: ```...

To gain a performance speed you can try to: * Process grayscale images, instead of rgb. * Downscale the input images, as well as the network input. * Reduce the...