Closed 59-StarDestroyer closed 2 years ago
Solved by installing the newest ffmpeg, and pip install matplotlib==3.1.1
I have no idea why my ffmpeg doesnt work at conda virtual.
If someone has the same problem, please try running the code on base.
Solved by installing the newest ffmpeg, and
pip install matplotlib==3.1.1
I have no idea why my ffmpeg doesnt work at conda virtual. If someone has the same problem, please try running the code on base
请问你最后解决时对应的ffmpeg版本是多少,我也是因为这个问题报错。另外,matplotlib的版本必须是3.1.1的吗?谢谢
@KeonAcute ffmpeg version 3.4.8-0ubuntu0.2 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04) 建议安装3.1.1版本的matplotlib,不知道什么原因,在conda虚拟环境下运行会报错,同时建议在base环境下运行。
Got some errors while generating rendering animation: 在运行[基于RGB视频的人体3D姿态估计]时,发生了一些错误
python gen_skes.py -v baseball.mp4 -np 1 --animation
Axes3D currently only supports the aspect argument 'auto'. You passed in 'equal'.
Then I passe 'auto' instead of 'equal', the error above was solved 我按照Issues中同样的问题,将equal改为了auto But I still have problems running the code 但是依然无法生成可视化的视频文件I ran the code on a cloud server(OS:Ubuntu 18.04.3 LTS), I thought something wrong with the ffmpeg. After I reinstalled it(ffmpeg version 4.3), it didnt work. 我在服务器上运行这些代码,我以为是ffmpeg的问题,但是当我重新安装ffmpeg后并没什么用。 Anyway, Generating 3D joint coordinates codes does work fine, had some problems in visualizing the predictions. 不过生成3D姿态骨架文件的代码可以正常运行并生成npz文件,问题是在生成可视化视频时发生的。 Anyone can help? Thanks in advance!