Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'psbody.mesh.serialization.loadobj' #107

Open
saram098 opened this issue Jul 15, 2024 · 0 comments
Open

Comments

@saram098
Copy link

Traceback (most recent call last):
File "/home/ubuntu/Documents/Saram/Tryzone/check.py", line 554, in
garment_unposed, path, vert_inds, garment_tex = garments(garment_type, 0)
File "/home/ubuntu/Documents/Saram/Tryzone/check.py", line 251, in garments
garment_unposed = Mesh(filename=join(path, garment_type + '.obj'))
File "/home/ubuntu/Documents/Saram/Tryzone/psbody/mesh/mesh.py", line 67, in init
self.load_from_file(filename)
File "/home/ubuntu/Documents/Saram/Tryzone/psbody/mesh/mesh.py", line 461, in load_from_file
serialization.load_from_file(self, filename)
File "/home/ubuntu/Documents/Saram/Tryzone/psbody/mesh/serialization/serialization.py", line 416, in load_from_file
self.load_from_obj_cpp(filename)
File "/home/ubuntu/Documents/Saram/Tryzone/psbody/mesh/mesh.py", line 486, in load_from_obj_cpp
serialization.load_from_obj_cpp(self, filename)
File "/home/ubuntu/Documents/Saram/Tryzone/psbody/mesh/serialization/serialization.py", line 98, in load_from_obj_cpp
from .loadobj import loadobj
ModuleNotFoundError: No module named 'psbody.mesh.serialization.loadobj'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant