SDM
SDM copied to clipboard
Supervised Descent Method for Face Alignment using Python
Here is what I got. Anyone encountered the same problem? ``` Traceback (most recent call last): File "/Users/quqi/SDM/main.py", line 424, in R,B,I = train(parameters) File "/Users/quqi/SDM/main.py", line 88, in train...
In the function of "hog", what does "cells_per_side" means?
Hi, Ning-Ding, i am appreciated with your great work. But I have a question. when I run to the code "reg = Lasso(alpha=parameters.alpha)" , it comes the following warning: ConvergenceWarning:...