You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: