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

Rendering angles #16

Open
povolann opened this issue Jun 22, 2022 · 0 comments
Open

Rendering angles #16

povolann opened this issue Jun 22, 2022 · 0 comments

Comments

@povolann
Copy link

Hello, I was training the model on my data with

  umax: 1.0 
  umin: 0 
  vmax: 0.45642212862617093 
  vmin: 0.32898992833716556

but then I am trying to render the images/videos from a different angle and it is not really working:

  umax: 0.04166666666666667
  umin: 0.
  vmax: 1.
  vmin: 0.  

I am kind of trying to get the result with almost no rotation in the azimuth angle, but with half-rotation for the polar angle. Do I need to actually retrain the whole model for this because the difference in the angles is too big? I tried something similar with NeRF before and the rotation actually worked, only that I was getting just noise in the area outside of the object.

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

1 participant