Open Neorath opened 4 years ago
same issue here! sorry it's been so long since the issue was posted, but have you found a solution to this issue?
No sadly I didn't find any solution. Due to time constraints I had to give up trying to get this solution to work and instead I opted for the official OpenPose solution. I think if you can get tensorflow 2.1 working locally (you might have more experience or luck with getting packages to work locally), it should work just fine.
Thank you for the suggestion! I'm already using tensorflow 2.1 locally tho, it still face this error :( I'm unable to turn to the official solution due to their MATLAB dependency, luckily I could still get a working trained model without using the callback function.
same issue.
Hello! I'm trying to get this repository to work for a school project. I understand that you have developed this in tensorflow 2.1, however this version is no longer available and I'm forced to use tensorflow 2.2. I tried downloading the tensorflow 2.1 package from sourceforge and installing it using pip, but this doesn't seem to be working because a setup.py file is missing, and I don't know how to make one that would work. When trying to run the Callbacks codeblock in the Jupyter Notebook (after running all the ones above it), I believe the version difference is causing an error which is as follows:
`--------------------------------------------------------------------------- TypeError Traceback (most recent call last)