-
Notifications
You must be signed in to change notification settings - Fork 9
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
Blank viewport when traning #19
Comments
Just add a camera_to_world = torch.cat(
[camera_to_world, torch.tensor([[0, 0, 0, 1]], device=camera_to_world.device)], dim=0
) |
@ttaoREtw Thanks a lot! Step (% Done) Train Iter (time) ETA (time) Train Rays / Sec12030 (60.15%) 199.850 ms 26 m, 32 s 3.26 M
|
Hi, there is a question when running ns-train splatfacto --data ../../data/dnerf/bouncingballs( my dataset folder ):
when I open browser viewer:
and the viewer is purely blank:
How to solve?
Thanks.
The text was updated successfully, but these errors were encountered: