专栏名称: dotNET跨平台
专注于.NET Core的技术传播。在这里你可以谈微软.NET,Mono的跨平台开发技术。在这里可以让你的.NET项目有新的思路,不局限于微软的技术栈,横跨Windows,Linux 主流平台
目录
相关文章推荐
今天看啥  ›  专栏  ›  dotNET跨平台

C# OpenCvSharp 部署3D人脸重建3DDFA-V3

dotNET跨平台  · 公众号  ·  · 2025-01-19 08:00
    

文章预览

说明 地址:https://github.com/wang-zidu/3DDFA-V3 3DDFA_V3 uses the geometric guidance of facial part segmentation for face reconstruction, improving the alignment of reconstructed facial features with the original image and excelling at capturing extreme expressions. The key idea is to transform the target and prediction into semantic point sets, optimizing the distribution of point sets to ensure that the reconstructed regions and the target share the same geometry. 效果 模型信息 landmark.onnx Model Properties ------------------------- --------------------------------------------------------------- Inputs ------------------------- name:input tensor:Float[1, 3, 224, 224] --------------------------------------------------------------- Outputs ------------------------- name:output tensor:Float[1, 212] --------------------------------------------------------------- net_recon.onnx Model Properties ------------------------- ------------------------------------------------ ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览
推荐文章