graf
graf copied to clipboard
Rendering angles
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.