zju3dv / SMAP

[ECCV 2020] SMAP: Single-Shot Multi-Person Absolute 3D Pose Estimation
Apache License 2.0
241 stars 37 forks source link

Error in testing #18

Closed Xuer0313 closed 3 years ago

Xuer0313 commented 3 years ago

when running inferece on custom images, the error are as follows: Traceback (most recent call last): File "test.py", line 22, in <module> import dapalib ImportError: /home/dell/anaconda3/envs/SMAP/lib/python3.7/site-packages/dapalib-0.0.0-py3.7-linux-x86_64.egg/dapalib.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail36_typeMetaDataInstance_preallocated_7E

Have you encountered this question before and could you give me any solution?

RanFeng commented 3 years ago

hello, i have same question, could you give me your solution? thanks for your reply!

Xuer0313 commented 3 years ago

hello, i have same question, could you give me your solution? thanks for your reply!

emmm,I solved the problem by changing a machine. And my environment is gcc7.5+ cuda10.1 + pytorch1.4.

RanFeng commented 3 years ago

thank you!

visonpon commented 3 years ago

Hi, @4AMZGGO1, I modified my environment as you did, but when test, I got another error: dapalib.conncect(....) RunTimeError: scan failed on 2nd step cudaerrorinvalidvalue invalid argument, do you have some advice? thanks~

btw, although I have changed environment,import dapalib also got the undefined symbol error on my machine