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
being a trimesh.caching.TrackedArray (Subclass of numpy.ndarray) of shapes (n_v, 3) and (n_f, 3) and dtypes dtype("float64") and dtype("int64"), respectively.
Do you have any idea what might be causing this?
I'm using point-cloud-utils 0.31.0 and trimesh 4.6.2.
Thank you for helping
The text was updated successfully, but these errors were encountered:
I get
ValueError: Invalid dtype for argument 'v_colors'. Expected 'f' but got 'u'
when callingpcu.save_mesh_vf
, specifically herepoint-cloud-utils/point_cloud_utils/_mesh_io.py
Line 291 in 0fcf6c9
with both
v
andf
ofpoint-cloud-utils/point_cloud_utils/_mesh_io.py
Line 483 in 0fcf6c9
(n_v, 3)
and(n_f, 3)
and dtypesdtype("float64")
anddtype("int64")
, respectively.Do you have any idea what might be causing this?
I'm using
point-cloud-utils 0.31.0
andtrimesh 4.6.2
.Thank you for helping
The text was updated successfully, but these errors were encountered: