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
image = phong_renderer(meshes_world=model.meshes.clone(), R=R, T=T)
In demo Camera position optimization using differentiable rendering,
if there are multiple objects in a scene, can I render each object independently to get one image, instead of piecing them together and rendering them all at once?
The text was updated successfully, but these errors were encountered:
image = phong_renderer(meshes_world=model.meshes.clone(), R=R, T=T)
In demo Camera position optimization using differentiable rendering,
if there are multiple objects in a scene, can I render each object independently to get one image, instead of piecing them together and rendering them all at once?
The text was updated successfully, but these errors were encountered: