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
When uploading the demo/owl.ply file into the online demo, an error occurred: support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/demo/misc_utils.py", line 97, in trimesh_to_pc
assert isinstance(scene_or_mesh, trimesh.Trimesh)
AssertionError
I found out that the data pipeline in the demo only supports non-colored point cloud in the trimesh_to_pc function. Maybe you can modify this function in the demo to support a wider range of input file?
The text was updated successfully, but these errors were encountered:
When uploading the demo/owl.ply file into the online demo, an error occurred: support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/demo/misc_utils.py", line 97, in trimesh_to_pc
assert isinstance(scene_or_mesh, trimesh.Trimesh)
AssertionError
I found out that the data pipeline in the demo only supports non-colored point cloud in the trimesh_to_pc function. Maybe you can modify this function in the demo to support a wider range of input file?
The text was updated successfully, but these errors were encountered: