from psbody.mesh import ..._no module named 'psbody">
赞
踩
1.main.py中的from lib import models, graph, coarsening, utils, mesh_sampling
File "/home/####/tensorflow/coma/coma-master/lib/mesh_sampling.py", line 6, in <module>
from psbody.mesh import Mesh
ModuleNotFoundError: No module named 'psbody'
估计是mesh没有make成功的原因
2.mesh_sampling.py line7
>>> from opendr.topology import get_vert_connectivity, get_vertices_per_edge
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'opendr'
pip install opendr 失败
/home/*****/anaconda3/compiler_compat/ld: cannot find -lOSMesa
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
解决这些问题,main.py差不多可以运行
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。