pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

debug visualization

Open guochengqian opened this issue 1 year ago • 2 comments

🚀 Feature

Hi team, I was looking for debug visualization to show the location of the camera and the object like this: in PyTorch3D but did not find it.

image

May I know if it exists in PyTorch3D or any plan to add it?

guochengqian avatar Jan 08 '24 12:01 guochengqian

Something a bit similar exists in pytorch3d.vis.plotly_vis .

I don't know where that cube comes from though, and our code doesn't have an equivalent. It might be nice to allow the user to add simple shapes to their plotly plots e.g. by supplying graph_objects objects to plotly_vis.

bottler avatar Jan 08 '24 15:01 bottler

@bottler, nice, thanks for the prompt reply. I will check it as soon as possible.

guochengqian avatar Jan 08 '24 17:01 guochengqian