facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.49k stars 1.44k forks source link

ImportError #140

Open RenegatKautsky opened 3 years ago

RenegatKautsky commented 3 years ago

Hi there,

Sorry for the inconvenience, but I'm a total noob on everything.

Here's the issue I have with pifuhd. How can I fix it ?

Thanks for your help.


ImportError Traceback (most recent call last)

in () ----> 1 from lib.colab_util import generate_video_from_obj, set_renderer, video 2 3 renderer = set_renderer() 4 generate_video_from_obj(obj_path, out_img_path, video_path, renderer) 5 4 frames /usr/local/lib/python3.7/dist-packages/pytorch3d/renderer/blending.py in () 7 8 # pyre-fixme[21]: Could not find name `_C` in `pytorch3d`. ----> 9 from pytorch3d import _C 10 11 ImportError: /usr/local/lib/python3.7/dist-packages/pytorch3d/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNK2at6Tensor7is_cudaEv --------------------------------------------------------------------------- NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt. To view examples of installing some common dependencies, click the "Open Examples" button below. ---------------------------------------------------------------------------
didulasansitha commented 2 years ago

I have this error so how to install packages for resolve this error

didulasansitha commented 2 years ago

I have this error so how to install packages for resolve this error