DeepAlignmentNetwork
DeepAlignmentNetwork copied to clipboard
A deep neural network for face alignment
HI, thanks for your code. I opened the meanshape.npz. And all 68 landmarks in the training set should be positive numbers. I want to know why there are negative numbers...
hi,thanks for your work. I am confused about s0. how compute the meanshape s0 ?can you share the code about it.Dose it related to the face box? hope your reply
Hi, when I run ImageDemo.py ,some mistakes always happen. eg:ValueError: mismatch: parameter has shape (256, 2) but value to set has shape (256, 3136) Thanks for your reply!
Hi, I have download these three models: DAN.npz, DAN-Menpo.npz, DAN-menpo-tracking.npz, but I don't know the difference between these models. And I have download menpo training dataset, but it needs password...
hello: when i test the ImageDemo.py, i find that a picture of 600*640 pixes need 17s on cpu, and 10s on gpu; However, this is not the case in the...
After landmark is obtained, how to get aligned faces suitable for face recognition?
Hi! Thank you for your excellent work, I just replaced the network which is vgg in your original network with Resnet or some others for my interest. during the first-stage...
Hi , Thanks for your codes. I have trained a model of 106 landmarks (without tracking) via your codes, now I want to train the tracking model, but i do...
Hi,When I run CameraDemo.py,there has a problem that F:\code\DeepAlignmentNetwork-master\DeepAlignmentNetwork> python .\DANtesting.py Loading network... Input shape: (None, 1, 112, 112) Network being tested: ..\DAN.npz Normalization is set to: corners Failure threshold...