You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Python 3.6 on windows 10 with tensorflow 1.12.0. I have successfully run the program but it is only outputting the first frame several times over, despite running it on a file with approximately 240 JSON files. It seems to be properly reading the JSON files, and the 2D files are correct. Do you have any idea why this error is occurring? Thanks for any help you can offer.
The text was updated successfully, but these errors were encountered:
for i in range(poses3d.shape[0]): for j in range(32): poses3d[i][j * 3 + 2] = max - poses3d[i][j * 3 + 2] + min poses3d[i][j * 3] += (spine_x - 630) poses3d[i][j * 3 + 2] += (500 - spine_y)
Before this, the 3D numbers are different for each frame, but after they are all the same.
Not sure if this is any help, but working through a diagnosis of the program.
Hi @noahratliff , just out of curiosity , were you able to run the whole program and export the animation to unity ? I am quite confused comparing the implementation to the original implementation by Arash . Do let me know .
I am running Python 3.6 on windows 10 with tensorflow 1.12.0. I have successfully run the program but it is only outputting the first frame several times over, despite running it on a file with approximately 240 JSON files. It seems to be properly reading the JSON files, and the 2D files are correct. Do you have any idea why this error is occurring? Thanks for any help you can offer.
The text was updated successfully, but these errors were encountered: