You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,i find in this work,we can predict camera parameter as [z,tx,ty],i want to take the differentiable rendering in trannning,i use the pytorch3D to replace the original renderer,but pytorch3D need the R and T parameter to set the camera,how can i use the [z,tx,ty] or [tx,ty,focal-length/img-size×z] to get the R,T parameter?
The text was updated successfully, but these errors were encountered:
hello,i find in this work,we can predict camera parameter as [z,tx,ty],i want to take the differentiable rendering in trannning,i use the pytorch3D to replace the original renderer,but pytorch3D need the R and T parameter to set the camera,how can i use the [z,tx,ty] or [tx,ty,focal-length/img-size×z] to get the R,T parameter?
The text was updated successfully, but these errors were encountered: