arcore-depth-lab icon indicating copy to clipboard operation
arcore-depth-lab copied to clipboard

Can we get the true size of the object? Such as length, width and height

Open missTL opened this issue 10 months ago • 1 comments

Can we get the true size of the object? Such as length, width and height

missTL avatar Feb 03 '25 13:02 missTL

You can use MediaPipe to get the bounding box and estimate the length, width, and height using depth map :)

Check out: https://xr-objects.github.io/

ruofeidu avatar Feb 03 '25 19:02 ruofeidu