Point-SAM icon indicating copy to clipboard operation
Point-SAM copied to clipboard

[ICLR 2025] Point-SAM: Promptable 3D Segmentation Model for Point Clouds

Results 19 Point-SAM issues
Sort by recently updated
recently updated
newest added

Dear author, Thank you very much for your outstanding work. I would like to kindly ask whether you are still planning to release the training data and the code for...

Hi, Thank you for your amazing work. I was wondering how can I replicate your results on the S3DIS dataset? Are there any plans from the team to release the...

I have run the demo app.py on the rhino point cloud, and I am seeing results that are essentially equivalent to the rhino demo video shown on the github.io page...

Traceback (most recent call last): File "/data1/zhongyao/dl/Point-SAM/demo/app.py", line 5, in from point_sam import build_point_sam ModuleNotFoundError: No module named 'point_sam' I tried pip install git+https://github.com/zyc00/Point-SAM.git and python setup.py install ... Installed...

Hello, I noticed from the readme that you haven't uploaded the complete code yet. I would like to ask, as I already have a complete 3D scene graph as well...

When I input my own point cloud data to your demo, I find that the point prompt I want to give is not aligned with that the demo present, how...

Hi, thanks for your great work! Could you please share the code for generating mask proposals and applying NMS (Non-Maximum Suppression) to filter them?