Point-SAM
Point-SAM copied to clipboard
[ICLR 2025] Point-SAM: Promptable 3D Segmentation Model for Point Clouds
Great job! When will the code for the data engine be made public?
Thanks for the excellent work. And an error occurs when I am trying to run the "app.py" following the instruction in readme.md. AttributeError: 'PointCloudSAM' object has no attribute 'set_pointcloud' Thanks...
Thank you so much for open-sourcing this excellent project! I am very interested in your work and have learned a great deal from it. To better understand the model's performance...
when run the demo, the glb file cannot be visualized.
Hi...I am trying to use the model.safetensors but seems it is a giant model (correct me if I am wrong) and I want to use the base one due to...
Thank you for your excellent work on Point-SAM. I’m currently trying to run inference using your model on custom .ply point cloud data. While the training pipeline is well-documented, I...
Could you provide a pretrained checkpoint for the giant config? I'm finding it difficult to work with points>100k. Also, where can I set the group_number and group_size parameters?
After segmentation, how to save the segmented parts
https://huggingface.co/spaces/yuchen0187/Point-SAM build error Job failed with exit code: 137 Build logs: ===== Build Queued at 2024-12-03 01:12:41 / Commit SHA: d009616 =====
Thanks for the great work! In your paper, you mentioned an application to propose all 3D instances in the scene. I wonder if you can kindly provide code to do...