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

rasterizer bug #39

Open
123lcy123 opened this issue Jul 29, 2024 · 1 comment
Open

rasterizer bug #39

123lcy123 opened this issue Jul 29, 2024 · 1 comment

Comments

@123lcy123
Copy link

123lcy123 commented Jul 29, 2024

Hi!
Thank you for your excellent work! However, I encountered a problem. I can train the model normally using either N031 or my own dataset, but when I perform reenactment, the first time it works fine. However, during the second reenactment, at the following code segment:

# Rasterize visible Gaussians to image, obtain their radii (on screen).

          render_images_b, radii_b = rasterizer(
               means3D = means3D,
               means2D = means2D,
               #shs = shs[b],
               colors_precomp = colors_precomp[b],
               opacities = opacity[b],
               scales = scales[b],
               rotations = rotations[b])

There is no return value, causing the rendering to fail. Have you encountered this issue before? What might be the cause?

@GasaiYU
Copy link

GasaiYU commented Aug 22, 2024

Hi, have you solved this question?

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