zyc00 / Point-SAM

Point-SAM: This is the official repository of "Point-SAM: Promptable 3D Segmentation Model for Point Clouds". We provide codes for running our demo and links to download checkpoints.
MIT License
51 stars 3 forks source link

How to use the model #2

Open instabaines opened 2 days ago

instabaines commented 2 days ago

Hi, Thank you for sharing this work.

Can you provide more information for creating the inputs for the model? For example the parameters prompt_coords and prompt_labels are not very clear. It will be very helpful to include more descriptions.

Thanks

zyc00 commented 2 days ago

Thanks for you advise! We've added a guide script in "scripts/inference.py". This script provides some basic dimension information. And another demo for point cloud segmentation is also available now in the "demo" folder. You can find the whole point cloud annotation pipeline and frontend in this demo. Also, if you want to know how our model works for meshes, please check this repo for more information: https://github.com/zyc00/point-sam-demo. Feel free to ask me if you have any other questions.