garyzhao / SemGCN

The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
https://arxiv.org/abs/1904.03345
Apache License 2.0
465 stars 78 forks source link

viz.py problem #20

Open haolianxinyi opened 4 years ago

haolianxinyi commented 4 years ago

Hi, I meet an error when run viz.py following the step you offered, ValueError: outfile must be .htm or .html It occurs when Rendering... Generating 1621 poses...

Thanks.

fryegg commented 4 years ago

I have the same problem as you. Does anyone find a solution?

sulei1998 commented 4 years ago

You must download the package before visualization.

# Gif
sudo apt-get install imagemagick
# mp4
sudo apt-get install ffmpeg