caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"
https://caizhongang.github.io/projects/SMPLer-X/
Other
1.01k stars 73 forks source link

Error: libcuda.so: wrong ELF class: ELFCLASS32 #37

Open zongyu102 opened 11 months ago

zongyu102 commented 11 months ago

when I run sh slurm_inference.sh test_video mp4 24 smpler_x_s32 it occurs error Could not load library libcudnn_cnn_infer.so.8. Error: libcuda.so: wrong ELF class: ELFCLASS32 how can I solve it?

caizhongang commented 10 months ago

Hi @zongyu102 , it is a dependency issue with your system. Reinstalling the conda environment may help. But unfortunately, we did not encounter this problem before.