-
Notifications
You must be signed in to change notification settings - Fork 2
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
From video / pose data? #1
Comments
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. |
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?
The text was updated successfully, but these errors were encountered: