-
Notifications
You must be signed in to change notification settings - Fork 4
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
Point Cloud Generation #3
Comments
One more question, do you test on MobileSAM before? I wonder if these two models has the same performace |
Hello @tungyen , Thank you for the interesting question. Volumetric object estimation for accurate position estimationLet's start with the first one. To answer you questions, I haven't studied the volumetric aspect of the objects to improve the 3D estimation. Depending on the object shape and position of the camera with respect to the body, the surface reconstruction can give you an accurate estimation of object position. For example in rectangular and cubic form, the camera is able in a lot of cases to detect the Furthest points in the object. if you are dealing with round or complex shapes, I would suggest you to consider that the object is symmetrical and that you can duplicate the observed surface and add it to the reconstructed surface to estimate the volume of the object and result in a better estimation of the 3D bbox. Here's a schematic : SAM algorithmsI haven't personally tried MobileSAM, it might indeed worth trying. It's already implemented in Safouane, |
Hi, thank you for this interesting work! I have question about generating point cloud from RGBD image. From my understanding, the point cloud generated by RGBD tend to be the surface of the object. In this case, the 3D box might not be accurate compared to the real location. Do you solve this problem?
The text was updated successfully, but these errors were encountered: