weigert / t-pose

Two-View Pose Estimation and Direct-Mesh Scene Reconstruction from Image Triangulation
46 stars 2 forks source link

From video / pose data? #1

Open antithing opened 1 year ago

antithing commented 1 year ago

Hi! This code looks great, thanks for making it available!

If i have a RGBD camera with pose info (tx,ty,tz, qx,qy,qz,qw) and corresponding RGB / RGBD frames, could I run them through and get a global mesh from a video sequence?

weigert commented 1 year ago

That's exactly what I use it for in one of the examples in the main README (single image). It is not yet ready for multi-image, and also not as a simple CLI meshing tool. Sorry! There is still some development required:

A few considerations (single image):

But this definitely currently works with single RGB-D images as you can see in the README.

Multiple is much more tricky:

So overall the process would be:

I currently don't have time to work on these aspect myself, but if you (or anyone) are interested in helping develop this concept feel free to let me know.