FaceTracker
FaceTracker copied to clipboard
Real time deformable face tracking in C++ with OpenCV 3.
When building on macOS , I'm getting the following errors from CLM.cc related to not finding copy constructors. ``` g++ -Wextra -Wall -O3 -Wno-long-long -c -o src/lib/CLM.o src/lib/CLM.cc -I/usr/local/include/include -Iinclude/...
I need to detach object with camera. I am using Visual Studio and I installed "C Make" and "OpenCV" and I am follow below youtube tutorial https://www.youtube.com/watch?v=s5ROKdRUkuI But I got...
LM.o src/lib/FDet.o src/lib/PAW.o src/lib/FCheck.o src/lib/Tracker.o src/exe/face_tracker.o -L/usr/lib -lopencv_core -lopencv_videoio -lopencv_highgui -lopencv_imgproc - lopencv_objdetect g++: error: wh: No file or directory g++: error: lopencv_objdetect: No file or directory Makefile:51: recipe for...
Hi, I study the method of face tracking, and I get your code. I run the code on vs2013, when the face turns, the tracking failed and can't get the...
Hello, I'm a graduate student from China. I has been studying this project for a month, but I don't know how to calculate the Jacob in the PDM.cpp. I don't...
Hi @kylemcdonald , could you explain how the deformation of face is handled, is there any reference paper?