gsethi2409 / tf-pose-estimation

Hey! This is a clone of the tf-pose-estimation by Ildoo Kim modified to work with Tensorflow 2.0+!
Apache License 2.0
160 stars 117 forks source link

ModuleNotFoundError: No module named 'tensorflow' #18

Open While941 opened 3 years ago

While941 commented 3 years ago

when i run this project like python run.py --model=mobilenet_thin --resize=432x368 --image=./images/p1.jpg
will have this problem , but I have actually installed tensorflow , i run another test project is ok

my ts version is GPU

i try to write 'python' and import tensorflow in cmd , then had a same problem ,
i try to write 'python' and import tensorflow in anaconda prompt , then activate tensorflow , enter conda list , the tensorflow is in the list , finally import tensorflow , it reminded " Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found " and "Ignore above cudart dlerror if you do not have a GPU set up on your machine."

How to solve this problem that has troubled me for a long time ? please! I’m just a novice, I don’t know much about it.

While941 commented 3 years ago

I will be tortured crazy by this environment