Pointcept / SegmentAnything3D

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

Can we determine which color belongs to which class through object detection module? #34

Open FinnJob opened 1 year ago

FinnJob commented 1 year ago

Thank your for your excellent work! I was considering the following approach: What if we integrate an object detection module into 2D images, and then map the detection results onto a 3D point cloud? This way, we could determine the classes of each group within the point cloud segmentation results. Do you think this approach would be feasible for the project? Thanks!

yhyang-myron commented 1 year ago

Thanks for your interest in our work! I think it's a nice try!

FinnJob commented 1 year ago

Could you provide some suggestions for this try? Thank you.