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
then ,get_pointcloud will error :
points = points.reshape((-1, 3))
AttributeError: 'NoneType' object has no attribute 'reshape'
they are running different threads ,l dont konw why make this error
The text was updated successfully, but these errors were encountered:
When I use open3d to save the pointcloud like this, error is pcl_o3d.points = o3d.utility.Vector3dVector(point_clouds)
RuntimeError
then ,get_pointcloud will error :
points = points.reshape((-1, 3))
AttributeError: 'NoneType' object has no attribute 'reshape'
they are running different threads ,l dont konw why make this error
The text was updated successfully, but these errors were encountered: