-
Notifications
You must be signed in to change notification settings - Fork 15
feat(PCSegSAM2): auto pointcloud segmentation using SAM2 and GroundingDino #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- non-neded files are present, but since a squash merge is expected, it should not be an issue - sam2 for t4datasets - projective approach to segment pointclouds missing: - temporal consistency criteria - hardcoded filters for pointcloud segmentation Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
…environment Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Memo |
Hi @amadeuszsz @knzo25 |
@KSeangTan |
@amadeuszsz |
@KSeangTan |
Summary
Since we lack large segmentation databases I leveraged the use of SAM2, GroundingDino, and the vehicle calibration to segment pointclouds using open source foundation models.
This project allows to:
This project essentially copies
https://github.com/IDEA-Research/Grounded-SAM-2/tree/main
and implement the necessary features.
I asked @scepter914 and there was no reticence to just paste all the required code as long as there was no issues with the licences.
Change point
Add a new project for automatic pointcloud segmentation
Note
Since it is a new project with an independent docker, it does not affect any other project in the codebase
Test performed
Build docker, run all tasks presented in the README, and segmented t4data (during April)