pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

How to render multi objects separatly in one scene?

Open lu-ming-lei opened this issue 10 months ago • 0 comments

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?

lu-ming-lei avatar Dec 09 '24 03:12 lu-ming-lei