ci2cv / face-analysis-sdk

Facial detection, landmark tracking and expression transfer library for Windows, Linux and Mac
face.ci2cv.net
Other
416 stars 209 forks source link

Is the SDK actively developed? #9

Closed alecive closed 8 years ago

alecive commented 8 years ago

Hello,

I have seen that there has been no commit after Jan 2014. Is this SDK still in active development?

linas commented 8 years ago

Nope. However, I have merged most outstanding branches into this repo:

https://github.com/hansonrobotics/face-analysis-sdk

This includes misc fixes for Linux, a port to Windows, a port to Qt5 from Qt4, and a port to opencv version3

It works for me, but I have only tested on Ubuntu trusty with opencv2 and Qt5 -- I don't have any other kinds of machines.

I did not merge three branches -- one containing python bindings -- it looked very hacked -- one containing an automated emotion detector -- one containing a hand-built emotion detector.

These did not appear to be ready-to-merge.

alecive commented 8 years ago

Thank you @linas for the answer!

zhaishengfu commented 5 years ago

thanks @linas . Do you know how to use own trained data for face tracker? I see thant there are many face binary files and do not know how to generate them

linas commented 5 years ago

Hi @zhaishengfu I have not touched this in years, and do not recall any details. Sorry.