h3x4g0ns / dumy

monocular depth estimation controlled robot arm
0 stars 0 forks source link

depth to world #4

Closed h3x4g0ns closed 10 months ago

h3x4g0ns commented 11 months ago

Now that we have the depth output from the world, we need to use it a heuristic to construct a 3d world view. This should be relatively trivial since the depth is returned as a float from the matrix. Think about this as lidar reconstruction with monocular depth estimation. Look at some of Anjoo;s work with Nerfs, although i doubt we will need anything as complicated as that. I will be completely honest I don't think this has to be extremely accurate so feel free to use whatever transformation mechanism you want.

TODO:

h3x4g0ns commented 10 months ago

7 finished