Tf-pose-estimation: issue with tensorflow 2.0

Created on 1 Nov 2019  路  5Comments  路  Source: ildoonet/tf-pose-estimation

ModuleNotFoundError: No module named 'tensorflow.contrib'
can you fix this so that it can work with tensorflow 2.0

Most helpful comment

So I struggled with getting it working for 2.0 for the longest time. The way that ildoonet wrote it was made for tensorflow 1. After some exhaustive search, I found a detailed explanation of how to get it working on 2.0

This solved a lot of my issues
https://medium.com/@gsethi2409/pose-estimation-with-tensorflow-2-0-a51162c095ba
She has a github along with a youtube walkthrough of how to get it working on 2.0. SHE IS EPIC!!!!

All 5 comments

tensorflow 2.0 has no module contrib.
Use tensorflow==1.14

tensorflow 2.0 has no module contrib.
Use tensorflow==1.14

I know that and currently I am using it like that but I would like to have a way to use it with 2.0.

someone fixed it.
https://github.com/ildoonet/tf-pose-estimation/issues/598
But TensorFlow 2.1 occurred a new issue.

someone fixed it.
https://github.com/ildoonet/tf-pose-estimation/issues/598
But TensorFlow 2.1 occurred a new issue.

I have used posenet instead of this for my application. Worked much better

So I struggled with getting it working for 2.0 for the longest time. The way that ildoonet wrote it was made for tensorflow 1. After some exhaustive search, I found a detailed explanation of how to get it working on 2.0

This solved a lot of my issues
https://medium.com/@gsethi2409/pose-estimation-with-tensorflow-2-0-a51162c095ba
She has a github along with a youtube walkthrough of how to get it working on 2.0. SHE IS EPIC!!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zerolim820 picture zerolim820  路  3Comments

gavinzhang1995 picture gavinzhang1995  路  6Comments

16534165 picture 16534165  路  3Comments

Minotaur-CN picture Minotaur-CN  路  4Comments

vladbelo picture vladbelo  路  4Comments