rayat137 / Pose_3D

Exploiting temporal information for 3D pose estimation
82 stars 10 forks source link

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

Closed hoangnguyenkcv closed 5 years ago

hoangnguyenkcv commented 5 years ago

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

0000

rayat137 commented 5 years ago

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

hoangnguyenkcv commented 5 years ago

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