-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Volume rendering problem #847
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
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
@jasonyinn are you converting the cameras to the PyTorch3D convention? Here is a related issue for how to do this: #287. |
Thank you for your reply. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
❓ Questions on how to use PyTorch3D volume rendering
Thanks for this amazing work.


We are using pytorch3d for volume rendering, poses are following the OpenCV convention, and the volume is obtained by TSDF fusion algorithm, but I cannot get the right rendered image. All of the data comes from ScanNet. The rendered image is quite different from the ground-truth image, below are examples.
Does anyone encounter the same problem?
Here is my code:
The text was updated successfully, but these errors were encountered: