Pointcept / SegmentAnything3D

[ICCV'23 Workshop] SAM3D: Segment Anything in 3D Scenes
https://arxiv.org/abs/2306.03908
MIT License
891 stars 60 forks source link

Using SAM3D for Custom Point Clouds via Photogrammetry: Seeking Guidance on Implementation #43

Open ome-13 opened 6 months ago

ome-13 commented 6 months ago

Hey everyone,

I'm diving into SAM3D as a beginner and successfully used it with a scanner dataset using the command: python sam3d.py --rgb_path $RGB_PATH --data_path $DATA_PATH --save_path $SAVE_PATH --save_2dmask_path $SAVE_2DMASK_PATH --sam_checkpoint_path $SAM_CHECKPOINT_PATH

After running this, I'm unsure about the next steps, particularly with the .pth data, and how to apply it. Now, I'm excited to apply SAM3D to my personal point cloud obtained through photogrammetry.

Could someone guide me through adjusting parameters or any additional steps necessary to use SAM3D with my photogrammetry-generated point cloud? Any advice or assistance would be incredibly helpful!

Thanks a lot!

Lee123lyl commented 3 days ago

Now i meet the same problem. Need help