facebookresearch / DensePose

A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
http://densepose.org
Other
6.95k stars 1.3k forks source link

pytorch/build/lib/libtorch_cpu.so #260

Open Yilen-fan opened 4 years ago

Yilen-fan commented 4 years ago

when I run this code:python2 $DENSEPOSE/detectron/tests/test_spatial_narrow_as_op.py I met this error: OSError: /home/ubuntu/pytorch/build/lib/libtorch_cpu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIcEEPKNS_6detail12TypeMetaDataEv and this is my lib folder(is wrong?): image

WangYundong commented 4 years ago

same error

JieHe96 commented 3 years ago

Did you solve the issue?