tntrung / sdm_face_alignment

The Matlab implementation of Supervised Descent Method (SDM) for Face Alignment.
GNU General Public License v2.0
100 stars 71 forks source link

How to get the xx_sift.mexw32? #1

Open twyt opened 9 years ago

twyt commented 9 years ago

Hi! I have a problem which is how to get the xx_sift.mexw32? My system is 32bits.

tntrung commented 9 years ago

Hi, It is the library of Intraface. http://humansensing.cs.cmu.edu/intraface/index.php But is under maintenance, now. You can replace the function of local features without the need of using xx_sift.

tntrung commented 9 years ago

I am going to fix this issue and notify you soon.

twyt commented 9 years ago

OK,thank you very much.

tntrung commented 9 years ago

Hello, I fixed the issue. You now can use HOG from Vlfeat library.

twyt commented 9 years ago

I'm sorry for seeing your message now,I will learn your code carefullly,and thank you very much!