ModuleNotFoundError: No module named 'tensorflow.contrib'
can you fix this so that it can work with tensorflow 2.0
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!!!!
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!!!!