Skip to content
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

mesh outputs #18

Open
sanazsab opened this issue Apr 19, 2022 · 1 comment
Open

mesh outputs #18

sanazsab opened this issue Apr 19, 2022 · 1 comment

Comments

@sanazsab
Copy link

Hi,
How did you use gif maker of the mesh results to create gif output?

rgbd2pc could also work for lower resolution?
The .ply for my case is incomplete.

Thanks for your swift response.

@fyviezhao
Copy link
Owner

fyviezhao commented May 4, 2022

Sorry for the late reply:

  1. The rotating visualization is rendered through this script. Basically, it is obtained by rotating the colored mesh 360 degrees along the z-axis and rendering it frame by frame with PyTorch3D. The same result can also be easily obtained using some 3D software such as Blender.

  2. Yes, the rgbd2pcd.py should also work for lower resolution if the camera parameters you used is same as the mpv3d_example/camera.txt. Otherwise you need to modify the camera parameters in rgbd2pcd.py. (Usually the camera used in this repo can handle most cases, so directly using it would suffice.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants