Closed sunit1409 closed 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.
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