-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
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
风格化效果求助 #35
Comments
1、2,受模型限制,暂不支持人脸以外部分的生成,且生成分辨率固定为512x512; 3,出于保证视频流应用的实时性考虑,部分SDK采用了“跳帧”、“跟踪”等优化设计。为避免单张、静态图像应用受此影响: 关于VNNImage的各项属性,详见 |
感谢回复,还有一个问题,VNN_FaceFrameData的faceYaw这个参数一直是0,怎么能开启这个参数的检测? |
需要补充设置,参考: |
补充:faceYaw的数值代表头部向左偏或向右偏的程度,不是准确的角度,仅作为参考。 |
如果想知道具体偏移的角度有办法获取吗 |
偏转程度是通过关键点的相对位置估计的,没有使用专门的模型预测,所以SDK暂时不能获取具体角度。 |
1、使用迪士尼和3Dgame的效果时会裁掉一部分头发的区域,怎么扩展处理的区域?如果使用人脸mask,整体会不太协调,因为只处理的人脸的部分,头发、脖子等未处理。
2、怎么提升输出效果的清晰度?
The text was updated successfully, but these errors were encountered: