Hi~
I have some confusion and hope to get your help.
In my understanding of function to_sphere(), u should be the angle between the camera position Loc and the X axis. Why is the sampling range of u set to -0.3 ~ 0.3 during training? What's the relationship between u and rotation angle yaw?
Hi~ I have some confusion and hope to get your help. In my understanding of function
to_sphere()
,u
should be the angle between the camera positionLoc
and the X axis. Why is the sampling range ofu
set to -0.3 ~ 0.3 during training? What's the relationship betweenu
and rotation angleyaw
?