Saram Hai
Saram Hai
cwd: /tmp/pip-req-build-d4i5gjer/ Building wheel for pytorch3d (setup.py) ... error ERROR: Failed building wheel for pytorch3d Running setup.py clean for pytorch3d Running command python setup.py clean running clean removing 'build/lib.linux-x86_64-cpython-311' (and...
``` Using pip 23.2.1 from /home/Linux-VM/anaconda3/lib/python3.11/site-packages/pip (python 3.11) Collecting git+https://github.com/facebookresearch/pytorch3d.git@stable Cloning https://github.com/facebookresearch/pytorch3d.git (to revision stable) to /tmp/pip-req-build-d4i5gjer Running command git version git version 2.25.1 Running command git clone --filter=blob:none https://github.com/facebookresearch/pytorch3d.git...
Installed Successfully by installing nvcc and g++ Thnaks
``` # Load SMPL model smplModelPath = smpl_dir + '/basicModel_neutral_lbs_10_207_0_v1.0.0.pkl' smpl_model = SMPL(smplModelPath, batch_size=1, create_transl=False).cuda() # Load HMR model for SMPL SMPL_MEAN_PARAMS = extra_dir + '/body_module/data_from_spin/data/smpl_mean_params.npz' regressor_checkpoint = extra_dir +...
@xiyichen In which folder you run this command ```BOOST_INCLUDE_DIRS=/usr/include/boost make all```