KU-CVLAB / 3DFuse

Official implementation of "Let 2D Diffusion Model Know 3D-Consistency for Robust Text-to-3D Generation"
711 stars 42 forks source link

installing pytorch3d on windows is a pain in the ssa, is there any alternative? #4

Closed destlaver closed 1 year ago

j0seo commented 1 year ago

Have you tried to install from GitHub? pip install git+https://github.com/facebookresearch/pytorch3d@c8af1c45ca9f4fdd4e59b49172ca74983ff3147a#egg=pytorch3d

Or, it seems the installation method for Windows is provided at https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md.

Additionally, we also sometimes had difficulties installing PyTorch3D in some environments, so we are considering releasing a version that includes some of the code used in PyTorch3D, which does not need to install Pytorch3D.

destlaver commented 1 year ago

I tried at last 3 different methods before giving up. It would be great if you can avoid pytorch3d

kotaxyz commented 1 year ago

i have the same issue ,have you been able to get over it

I tried at last 3 different methods before giving up. It would be great if you can avoid pytorch3d