We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
利用 MTCNN 对人脸图像进行预处理,从而得到人脸图像的 Landmark 文件。其中,我们选择五个人脸关键点,即“左眼,右眼,鼻尖,左嘴角,右嘴角”
这一步在很多论文里都有,但是具体是怎么处理生成的呢? 利用MTCNN对数据库的landmark的处理 关于MTCNN我已经自己训练过了,是最后onet生成的landmark.txt文件吗? 还是要如何使用MTCNN生成RAF数据库以及其他数据库的landmark是怎么生成的呢? 有没有大佬知道解答一下呀?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
利用 MTCNN 对人脸图像进行预处理,从而得到人脸图像的 Landmark 文件。其中,我们选择五个人脸关键点,即“左眼,右眼,鼻尖,左嘴角,右嘴角”
这一步在很多论文里都有,但是具体是怎么处理生成的呢?
利用MTCNN对数据库的landmark的处理
关于MTCNN我已经自己训练过了,是最后onet生成的landmark.txt文件吗?
还是要如何使用MTCNN生成RAF数据库以及其他数据库的landmark是怎么生成的呢?
有没有大佬知道解答一下呀?
The text was updated successfully, but these errors were encountered: