Closed nlml closed 8 months ago
I find installing pytorch3d really annoying :smile:
It looks like you are only using it for load_obj(), so I copied the necessary code for that functionality from Pytorch3D, and now the code can run without installing it.
load_obj()
This could reduce the pain of installation. Thanks for your contribution @nlml !
I find installing pytorch3d really annoying :smile:
It looks like you are only using it for
load_obj()
, so I copied the necessary code for that functionality from Pytorch3D, and now the code can run without installing it.