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

Missing dependency: tf_slim #4

Open olehmisar opened 4 years ago

olehmisar commented 4 years ago

tf_slim is used in the source code but is not listed in requirements.txt

mei-chen commented 4 years ago

>> pip3 install tf_slim

mei-chen commented 4 years ago

I'll make the PR to fix it in requirements.txt

olehmisar commented 4 years ago

Before you make a PR, I'd like you to know that pip3 install tf_slim didn't work for me. But I found an article that suggests this command to install tf_slim and it worked:

pip install git+https://github.com/adrianc-a/tf-slim.git@remove_contrib