tobiascz / VideoPose3D

Efficient 3D human pose estimation in video using 2D keypoint trajectories
Other
65 stars 17 forks source link

NotImplementedError: It is not currently possible to manually set the aspect on 3D axes #19

Closed kevinlemon closed 5 years ago

kevinlemon commented 5 years ago

Hello. When I try to implement your code "run_wild.py". I meet the following problem: " Traceback (most recent call last): File "run_wild.py", line 310, in input_video_skip=args.viz_skip) File "/media/blaire/Data/MyCode/VideoPose3D-another/common/visualization.py", line 84, in render_animation ax.set_aspect('equal') File "/home/blaire/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 1281, in set_aspect 'It is not currently possible to manually set the aspect ' NotImplementedError: It is not currently possible to manually set the aspect on 3D axes " Could you give me some advice? Thank you so much!

acfhs commented 5 years ago

matplotlib==3.0.3