移动端数字人 Ultralight-Digital-Human 算法笔记

目录

[Ultralight-Digital-Human 数字人算法](#Ultralight-Digital-Human 数字人算法)

视音频对齐同步模型:SyncNet

[MNN TaoAvatar 无网手机运行数字人开源](#MNN TaoAvatar 无网手机运行数字人开源)

[metahuman-stream 改名为livetalking](#metahuman-stream 改名为livetalking)


Ultralight-Digital-Human 数字人算法

参考资料

项目代码:https://github.com/anliyuan/Ultralight-Digital-Human

人脸检测(SCRFD):Sample and Computation Redistribution for Efficient Face Detection

https://arxiv.org/pdf/2105.04714

https://zhuanlan.zhihu.com/p/388842796

模型:scrfd_2.5g_kps.onnx

人脸关键点检测(PFLD):A Practical Facial Landmark Detector

https://arxiv.org/pdf/1902.10859

https://zhuanlan.zhihu.com/p/65557195

模型:checkpoint_epoch_335.pth.tar (实际输出了110个坐标点)

音频特征提取,两种方案

HuBert:

WeNet:

视音频对齐同步模型:SyncNet

项目地址:https://github.com/joonson/sync

https://github.com/anliyuan/Ultralight-Digital-Human

首先我们需要提取音频特征,我用了两个不同的特征提取起,分别是wenet和hubert,感谢他们。

When you using wenet, you neet to ensure that your video frame rate is 20, and for hubert,your video frame rate should be 25.

如果你选择使用wenet的话,你必须保证你视频的帧率是20fps,如果选择hubert,视频帧率必须是25fps。

In my experiments, hubert performs better, but wenet is faster and can run in real time on mobile devices.

在我的实验中,hubert的效果更好,但是wenet速度更快,可以在移动端上实时运行

And other steps are in data_utils/process.py, you just run it like this.

其他步骤都写在data_utils/process.py里面了,没什么特别要注意的。

复制代码
cd data_utils
python process.py YOUR_VIDEO_PATH --asr hubert

MNN TaoAvatar 无网手机运行数字人开源

metahuman-stream 改名为livetalking

为避免与3d数字人混淆,原项目metahuman-stream改名为livetalking,原有链接地址继续可用

相关推荐
CoovallyAIHub3 天前
仿生学突破:SILD模型如何让无人机在电力线迷宫中发现“隐形威胁”
深度学习·算法·计算机视觉
CoovallyAIHub3 天前
从春晚机器人到零样本革命:YOLO26-Pose姿态估计实战指南
深度学习·算法·计算机视觉
CoovallyAIHub3 天前
Le-DETR:省80%预训练数据,这个实时检测Transformer刷新SOTA|Georgia Tech & 北交大
深度学习·算法·计算机视觉
CoovallyAIHub3 天前
强化学习凭什么比监督学习更聪明?RL的“聪明”并非来自算法,而是因为它学会了“挑食”
深度学习·算法·计算机视觉
CoovallyAIHub3 天前
YOLO-IOD深度解析:打破实时增量目标检测的三重知识冲突
深度学习·算法·计算机视觉
西岸行者5 天前
学习笔记:SKILLS 能帮助更好的vibe coding
笔记·学习
starlaky5 天前
Django入门笔记
笔记·django
勇气要爆发5 天前
吴恩达《LangChain LLM 应用开发精读笔记》1-Introduction_介绍
笔记·langchain·吴恩达
悠哉悠哉愿意5 天前
【单片机学习笔记】串口、超声波、NE555的同时使用
笔记·单片机·学习
勇气要爆发5 天前
吴恩达《LangChain LLM 应用开发精读笔记》2-Models, Prompts and Parsers 模型、提示和解析器
android·笔记·langchain