flandmark
flandmark copied to clipboard
Open-source implementation of facial landmark detector
I notice that in each image the points not is exactly in center point of nose (For Example) corner: mouth or eyes. It is perceived a small detour, even converting...
Hi, First of all thanks for this great library. The compilation of the static and dynamic libraries go well but when I try to compile the examples I receive this...
Hello, I deep appreciate this flandmark contratulations !! powerfull and Amazing framework! I posted my problem in this Forum: http://stackoverflow.com/questions/25652538/i-cant-generate-dll-from-flandmark-v0-7-plataform-x86-win-7 I dont know what I can do to solve it....
``` From 1e9e03b9eab1c21c8c720c5482feaac3d65984e8 Mon Sep 17 00:00:00 2001 From: Yclept Nemo Date: Wed, 22 Jan 2014 14:18:36 -0500 Subject: [PATCH] CMake Build Fixes * Combine shared/static configuration. Only one instance...
I cloned the master and configured ccmake as per instructions. When I run make I get a lot of ISO C++ warnings which can probably be ignored. After this I...
Hey, I'm trying to train a model, i run learn_flanmark.m but I got an error when it comes to BMRM solver. Error occurs in brmr.m at line 127 which is:...
When i try to run flandmark_compilemex.m am getting an error as follows: Compiling mex-files on Windows platform... Too many outputs requested. Most likely cause is missing [] around left hand...
I am trying to run 'flandmark_learn.m' file, but it's getting following error: Error using load Unable to read file ./results/options.mat: No such file or directory. Error in prepDataForLBP (line 27)...
Hello, Michael! I can not form a mex-files of your project flandmark (https://github.com/uricamic/flandmark). I am using MS Visual Studio 2012 and try to compile flandmark_detector. I get the following error:...
flandmark_free(model) (line 316 in flandmark_write_model_mex.cpp) should be free(model).