facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.7k stars 1.3k forks source link

debug visualization #1713

Open guochengqian opened 8 months ago

guochengqian commented 8 months ago

🚀 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?

bottler commented 8 months ago

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.

guochengqian commented 8 months ago

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