facebookresearch / pytorch3d

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

1-line tutorial notebook plotting change to fix blank figure problem #1549

Closed relh closed 1 year ago

relh commented 1 year ago

Hi,

Not sure this is the best fix. But while running this notebook, I only ever saw a blank canvas when trying to visualize the dolphin. It might be that I have a broken dependency, like plotly. I also don't know what the visualization is "supposed" to look like.

But incase other people have this issue, this one line change solved the whole problem for me. Now I have a happy, rotatable dolphin.

facebook-github-bot commented 1 year ago

@bottler has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@bottler merged this pull request in facebookresearch/pytorch3d@88429853b932471cfdfefd259855d6b8a23aa7c3.

bottler commented 1 year ago

Thanks for the fix!