We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
传入的是一个只有xyzrgb的npy文件,请问是要对点云进行某些处理吗 Traceback (most recent call last): File "/data/Chongyu/OpenIns3D-main/zero_shot_multi_vocs.py", line 59, in <module> mask_list = map_output_to_pointcloud(model(data, raw_coordinates=features), inverse_map, 0.5) File "/data/Chongyu/OpenIns3D-main/openins3d/mask3d/__init__.py", line 229, in map_output_to_pointcloud mask_generated = torch.vstack(masks_binary) RuntimeError: vstack expects a non-empty TensorList
Traceback (most recent call last): File "/data/Chongyu/OpenIns3D-main/zero_shot_multi_vocs.py", line 59, in <module> mask_list = map_output_to_pointcloud(model(data, raw_coordinates=features), inverse_map, 0.5) File "/data/Chongyu/OpenIns3D-main/openins3d/mask3d/__init__.py", line 229, in map_output_to_pointcloud mask_generated = torch.vstack(masks_binary) RuntimeError: vstack expects a non-empty TensorList
The text was updated successfully, but these errors were encountered:
No branches or pull requests
传入的是一个只有xyzrgb的npy文件,请问是要对点云进行某些处理吗
Traceback (most recent call last): File "/data/Chongyu/OpenIns3D-main/zero_shot_multi_vocs.py", line 59, in <module> mask_list = map_output_to_pointcloud(model(data, raw_coordinates=features), inverse_map, 0.5) File "/data/Chongyu/OpenIns3D-main/openins3d/mask3d/__init__.py", line 229, in map_output_to_pointcloud mask_generated = torch.vstack(masks_binary) RuntimeError: vstack expects a non-empty TensorList
The text was updated successfully, but these errors were encountered: