zju3dv / SMAP

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

error in testing #10

Closed lisa676 closed 4 years ago

lisa676 commented 4 years ago

Thanks for this great repo. I'm trying to run the code from pretrained SMAP and RefineNet. I followed the instructions same as Run inference on custom images but I'm getting following error (attached error screenshot) in stage3_root2 test.sh

error

My system environment is Ubuntu 18.04,Python 3.7 and torch 1.4

Is there any need to provide MuCo datasets for inference from pretrained models?

raypine commented 4 years ago

Is dapalib installed correctly ? There is no need to provide MuCo datasets for inference on custom images. What's your cuda and gcc version?

lisa676 commented 4 years ago

Yes dapalib is installed. My CUDA version is 9.0 and GCC 6.5 Before it GCC version was 7.5 and complication was unsuccessful. I downgraded GCC and then complication was successful.

raypine commented 4 years ago

We have not faced this problem yet. You can debug extensions/association.cpp/findConnectedJoints function if possible (by cout sth ... ).