rayat137 / Pose_3D

Exploiting temporal information for 3D pose estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Variable input_projection_wrapper/weights already existsdisallowed. Did you mean to set reuse=True in VarScope?

hoangnguyenkcv opened this issue · comments

I got this error when I run the code "create_movie.py ". Can you help me fix it? thank you!

0000

Well, I didn't face any issue with the variable name within a variable scope being reused. Which version of Tensorflow are you using?

Thank you, I change the tensorflow version to 1.10.0, and this error is fixed!