akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

error with tensorflow #112

Open Rayf0 opened 5 years ago

Rayf0 commented 5 years ago

hello! when I run the demo, it shows that:

ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory Failed to load the native TensorFlow runtime.

I'm on ubuntu 16.04, cuda 10.0. So does it mean i must use cuda 8.0?

thanks!

username1618 commented 4 years ago

I have the same error

XezXey commented 4 years ago

try to use other tensorflow version that compiled with cuda10.0 (which is your cuda version) pip install tensorflow-gpu==1.13.0rc1 #which is built using cuda10.0 or you can try to build it by yourself. This should work fine.

jszgz commented 4 years ago

Hello, do you know how to use mpi_inf_3dhp_to_tfrecords.py to convert mpi_inf_3dhp dataset? I failed because the code use jpg as input but the dataset I downloaded is consisting of videos. Do I need to use ffmpeg and write code to convert avi to jpg?