mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
598 stars 97 forks source link

demo.py error #47

Open chenkaixin66 opened 3 years ago

chenkaixin66 commented 3 years ago

When I run demo.py , the error happened.

Traceback (most recent call last): File "C:/Users/123/Desktop/EpipolarPose-master/EpipolarPose-master/demo.py", line 62, in ax = fig.add_subplot('122', projection='3d', aspect=1) File "F:\ana\lib\site-packages\matplotlib\figure.py", line 1414, in add_subplot a = subplot_class_factory(projection_class)(self, args, kwargs) File "F:\ana\lib\site-packages\matplotlib\axes_subplots.py", line 69, in init self._axes_class.init(self, fig, self.figbox, kwargs) File "F:\ana\lib\site-packages\mpl_toolkits\mplot3d\axes3d.py", line 101, in init super().init(fig, rect, frameon=True, args, **kwargs) File "F:\ana\lib\site-packages\matplotlib\axes_base.py", line 509, in init self.update(kwargs) File "F:\ana\lib\site-packages\matplotlib\artist.py", line 974, in update ret = [_update_property(self, k, v) for k, v in props.items()] File "F:\ana\lib\site-packages\matplotlib\artist.py", line 974, in ret = [_update_property(self, k, v) for k, v in props.items()] File "F:\ana\lib\site-packages\matplotlib\artist.py", line 971, in _update_property return func(v) File "F:\ana\lib\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

crowdin001 commented 3 years ago

先把那个3D的注释掉,先看2D能不能成功运行,然后你再改改3D显示的语句。

mzy12345678 commented 3 years ago

@chenkaixin66 Hello, where is the demo.py file? I only found demo.ipynb.py

khw11044 commented 2 years ago

ax = fig.add_subplot('122', projection='3d', aspect='auto')