noahcao / Pixel2Mesh

A complete Pixel2Mesh implementation in PyTorch
230 stars 39 forks source link

Import error of Chamfer loss #31

Closed SnehithR closed 4 years ago

SnehithR commented 4 years ago

when I run python setupy.py install there were no errors, But when i tried to import chamfer module the following error occurs.

Traceback (most recent call last): File "test.py", line 9, in import chamfer ImportError: libtorch_cpu.so: cannot open shared object file: No such file or directory

TIA

noahcao commented 4 years ago

It's an error related to your pytorch lib install. Please refer to the installation guidelines of pytorch to fix it.