anuragranj / coma

Convolutional Mesh Autoencoders for Generating 3D Faces
Other
454 stars 100 forks source link

opendr issue #16

Closed sunit1409 closed 5 years ago

sunit1409 commented 5 years ago

python main.py --data data/processed/sliced --name sliced

Traceback (most recent call last): File "main.py", line 2, in from lib import models, graph, coarsening, utils, mesh_sampling File "/home/dl/coma/lib/mesh_sampling.py", line 8, in from opendr.topology import get_vert_connectivity, get_vertices_per_edge ImportError: No module named opendr.topology

sunit1409 commented 5 years ago

python main.py --data data/processed/sliced --name sliced

Traceback (most recent call last): File "main.py", line 2, in from lib import models, graph, coarsening, utils, mesh_sampling File "/home/dl/coma/lib/mesh_sampling.py", line 8, in from opendr.topology import get_vert_connectivity, get_vertices_per_edge ImportError: No module named opendr.topology

this issue pops up when opendr does not get installed as stated in the requirements file.