Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justinhchae/b44620773ad21137311cebe74f4c944d to your computer and use it in GitHub Desktop.
Save justinhchae/b44620773ad21137311cebe74f4c944d to your computer and use it in GitHub Desktop.
Example Install and Import for Esri PyTorch3D Fork
# install direct from our forked repository: https://github.com/Esri/pytorch3d/tree/multitexture-obj-high-precision
!pip install 'git+https://github.com/Esri/pytorch3d.git@multitexture-obj-high-precision'
# import the forked pytorch3d library and new functions
from pytorch3d.io import load_obj
from pytorch3d.ops import sample_points_from_obj
from pytorch3d.io import subset_obj, save_obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment