Deep-Alignment-Network-A-convolutional-neural-network-for-robust-face-alignment
Deep-Alignment-Network-A-convolutional-neural-network-for-robust-face-alignment copied to clipboard
This is a Tensorflow implementations of paper "Deep Alignment Network: A convolutional neural network for robust face alignment".
你好,我按照preprocessing.py 保存下来的数据,点画在图像上对不住,有一点偏差,,,计算过程好像没问题,难道是计算仿射变换矩阵的精度太低了吗?
测试的错误率
你的误差率是1.34 %,而我的是1.6%,请问我应该修改什么参数呢,我是按照你的步骤和代码来训练的啊
麻烦您了,谢谢
I have downloaded the pre-train model on https://pan.baidu.com/s/1o83h4H8.But when I use the model,it says "Key global_step not found in checkpoint". I guess you used different network parameter names for training....
When I run the last step using command1, the error " Dst tensor is not initialized" happens. If I using command2 with absolute path, the error "join() argument must be...
你好: 我下载了文中给出的预训练模型,来测试视频中的效果,但是在给出路径后,一直提示找不到模型,请问大概是哪里出错了呀?
you say: Speed : 4ms per Image on GTX 1080 Ti I test my forward in windows with tensorflow1.2 , time about 46ms Do you know whether the difference is...
Thank you for your sharing code. The Pre-trained code link is boken. could you please tell me a avaliable link? Thanks.
Hi zjjMaiMai, After I trained a model I have full check point file and graph.pbtxt, but when I want to freeze model, I cannot execute it. I flow this: bazel...
你好: Mirror文件中68个点的排列顺序,如果我想扩展到106个点应该如何构建Mirror文件?