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
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