tf-pose-estimation icon indicating copy to clipboard operation
tf-pose-estimation copied to clipboard

Missing dependency: tf_slim

Open olehmisar opened this issue 4 years ago • 3 comments

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

olehmisar avatar Aug 27 '20 19:08 olehmisar

>> pip3 install tf_slim

mei-chen avatar Aug 29 '20 18:08 mei-chen

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

mei-chen avatar Aug 29 '20 21:08 mei-chen

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

olehmisar avatar Aug 29 '20 22:08 olehmisar