- 目标:需要在中性人脸模型和情绪人脸模型之间以10%的步长插值生成目标人脸模型(using the 3D rendering software makehuman (http://www.makehumancommunity.org/) and the extension faret (Hays et al., 2020) by interpolating between a neutral and an emotional face model in 10% steps)
安装了MakeHuman (stable version)
http://www.makehumancommunity.org/content/downloads.html下载了FaReT
https://github.com/fsotoc/FaReT接下来按照步骤操作:

- 也不知道操作得对不对,反正是把FaReT的plugins里的文件包都复制粘贴进去MakeHuman的plugins里:

- 正常情况下,应该会出现:

- 但是,打开MakeHuman的Rendering选项卡里并没有Interpolation Render:

- 报错情况显示如下:

Could not load 4_interpolate_render
Traceback (most recent call last):
File "./core\mhmain.py", line 577, in loadPlugin
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "D:\makehuman-community\makehuman\plugins\4_interpolate_render\__init__.py", line 30, in <module>
from . import interpolate
File "D:\makehuman-community\makehuman\plugins\4_interpolate_render\interpolate.py", line 36, in <module>
import beta
ModuleNotFoundError: No module named 'beta'
Could not load 6_classification_images_motion
Traceback (most recent call last):
File "./core\mhmain.py", line 577, in loadPlugin
spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "D:\makehuman-community\makehuman\plugins\6_classification_images_motion\__init__.py", line 30, in <module>
from . import classification_images_motion
File "D:\makehuman-community\makehuman\plugins\6_classification_images_motion\classification_images_motion.py", line 39, in <module>
import beta
ModuleNotFoundError: No module named 'beta'
已经试过重新下载再安装了,也试过重启,但还是没有解决,请问有人知道这是怎么回事吗?