IDEA-Research / Motion-X

[NeurIPS 2023] Official implementation of the paper "Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset"
https://motion-x-dataset.github.io
Other
549 stars 15 forks source link

"AttributeError: can't set attribute" of plot_feature.py #28

Closed yyvhang closed 10 months ago

yyvhang commented 10 months ago

Hi, when I run the plot_feature.py, line151-->'ax.lines = []' arises the error: AttributeError: can't set attribute. Is it due to the version of mpl_toolkits? How can I solve it, many thanks for your response!

mengqing0312 commented 10 months ago

你好,我也遇到了这个问题。降低matplotlib为3.3.1可以运行。运行plot_feature.py没有报错,但是plot_3d_global.py中有报错,把auto_add_to_figure=False去掉后可以出结果。下面分别是GRAB/s10/airplane_fly_1.npy这个序列plot_3d_global、plot_feature的结果。为什么看起来浮动很严重呢,请问你也是这样的吗。谢谢回答。 output outputfeature

jayze3736 commented 1 month ago

@mengqing0312 Hello, Have you resolved the problem? I am also having a same situation with you which the person appears to be suspended in mid-air. Could this be related to a problem with the preprocessing code?

PerfectBlueFeynman commented 2 weeks ago

@yyvhang @jayze3736 Try matplotlib version 3.4.1 (actually 3.3.x to 3.4.x are all fine), it solves my problem.