-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
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
Cannot generate an instance segmentation point cloud using easy setup #171
Comments
Flora-Liao
changed the title
Cannot generate a instance segmentation point cloud
Cannot generate an instance segmentation point cloud
Aug 7, 2024
Flora-Liao
changed the title
Cannot generate an instance segmentation point cloud
Cannot generate an instance segmentation point cloud using easy setup
Aug 7, 2024
I successfully solved the issue by modifying the map_output_to_pointcloud and save_colorized_mesh! |
Hi Liao, can you please provide details on how you have modified the two functions? |
Hello,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm trying to use the easy setup to generate an instance segmentation result for a point cloud(ScannetV2 scene0011_00)
I use the code provided in the easy setup example and change the path of the checkpoint to the pre-trained checkpoint fo scannet200
The following is my code:
However, when I use open3d to visualize my pcl_result.ply, it seems like a semantic segmentation result!
Is there any method to change my point cloud result to an instance segmentation result?
Thank you very much!
The text was updated successfully, but these errors were encountered: