You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/parallels/anaconda3/envs/lsfm/lib/python3.5/site-packages/menpo3d/io/input/mesh/base.py:53: UserWarning: texture was found, but no tcoords were recovered, reverting to an untextured mesh.
warnings.warn('texture was found, but no tcoords were recovered, '
Traceback (most recent call last):
File "/home/parallels/anaconda3/envs/lsfm/bin/lsfm", line 285, in
main(docopt(doc))
File "/home/parallels/anaconda3/envs/lsfm/bin/lsfm", line 269, in main
correspond_and_save(r, id_, path, verbose=verbose)
File "/home/parallels/anaconda3/envs/lsfm/bin/lsfm", line 76, in correspond_and_save
mesh = lio.import_mesh(path)
File "/home/parallels/anaconda3/envs/lsfm/lib/python3.5/site-packages/lsfm/io.py", line 41, in import_mesh
if mesh.texture.pixels.dtype != np.float64:
AttributeError: 'TriMesh' object has no attribute 'texture'
The text was updated successfully, but these errors were encountered:
/home/parallels/anaconda3/envs/lsfm/lib/python3.5/site-packages/menpo3d/io/input/mesh/base.py:53: UserWarning: texture was found, but no tcoords were recovered, reverting to an untextured mesh.
warnings.warn('texture was found, but no tcoords were recovered, '
Traceback (most recent call last):
File "/home/parallels/anaconda3/envs/lsfm/bin/lsfm", line 285, in
main(docopt(doc))
File "/home/parallels/anaconda3/envs/lsfm/bin/lsfm", line 269, in main
correspond_and_save(r, id_, path, verbose=verbose)
File "/home/parallels/anaconda3/envs/lsfm/bin/lsfm", line 76, in correspond_and_save
mesh = lio.import_mesh(path)
File "/home/parallels/anaconda3/envs/lsfm/lib/python3.5/site-packages/lsfm/io.py", line 41, in import_mesh
if mesh.texture.pixels.dtype != np.float64:
AttributeError: 'TriMesh' object has no attribute 'texture'
The text was updated successfully, but these errors were encountered: