# generate_weight_to_ue_character **Repository Path**: sparkle__code__guy/generate_weight_to_ue_character ## Basic Information - **Project Name**: generate_weight_to_ue_character - **Description**: 通过模拟arkit live link捕捉人脸从而驱动ue虚拟人物的能力,目前暂时只是使用了微软生成blendshape的能力,后面希望可以通过声音自动生成blendshape - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2023-02-01 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # generate_weight_to_ue_character #### Description 通过模拟arkit live link捕捉人脸从而驱动ue虚拟人物的能力,目前暂时只是使用了微软生成blendshape的能力,后面希望可以通过声音自动生成blendshape #### Software Architecture #### 1. main.py方法作为入口模块,包含如下几部分: * 在线测试部分:oneline_run_message * 离线部分:首先需要执行generate_audio_and_blendshapes()方法,获取对应的形态建和声音文件;然后执行outline_run_message()方法来进行驱动 #### Installation 1. 安装pylivelinkface包:对应的安装方法:https://github.com/JimWest/PyLiveLinkFace 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request