Pointcept / SegmentAnything3D

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

Inputs required #6

Closed antoinemacia closed 1 year ago

antoinemacia commented 1 year ago

Hey! First thank you for exposing your work :)

Sorry I'm a little confused by what is required to run the script once prepared

Thank you

yhyang-myron commented 1 year ago

Hi! We follow BPNet to get the RGBD data and follow Pointcept to get the pointclouds data in the form of .ply. So the RGB_PATH is the root path to the RGBD data, and the DATA_PATH is the root path to the pointclouds data.