MixSTE icon indicating copy to clipboard operation
MixSTE copied to clipboard

The visualization is terrible

Open vipcxj opened this issue 2 years ago • 5 comments

output Is this effect normal?

python run.py -k cpn_ft_h36m_dbb -c checkpoint --evaluate pretrained_h36m_cpn.bin --render --viz-subject S11 --viz-action Walking --viz-camera 0 --viz-video "/root/datasets/human3.6m/S11/Videos/Walking.54138969.mp4" --viz-output output.gif --viz-size 3 --viz-downsample 2 --viz-limit 60

This is the command.

vipcxj avatar Dec 19 '22 04:12 vipcxj

Same problem,It's normal,because the model's output is just gt+noise anim_output = {'Reconstruction': ground_truth + np.random.normal(loc=0.0, scale=0.1, size=[ground_truth.shape[0], 17, 3])}

PrAYtele avatar Jan 12 '23 03:01 PrAYtele

I have repaired this issue, please check again.

JinluZhang1126 avatar Jan 12 '23 05:01 JinluZhang1126

output output Is this effect normal?

python run.py -k cpn_ft_h36m_dbb -c checkpoint --evaluate pretrained_h36m_cpn.bin --render --viz-subject S11 --viz-action Walking --viz-camera 0 --viz-video "/root/datasets/human3.6m/S11/Videos/Walking.54138969.mp4" --viz-output output.gif --viz-size 3 --viz-downsample 2 --viz-limit 60

This is the command.

@JinluZhang1126 Hi author,

I can only output about a two-second .gif file the same as this result. How could I output a longer .gif file just like the result of your Github main page providing??

wenwen12321 avatar Jan 31 '23 21:01 wenwen12321

Same problem,It's normal,

sumonky avatar Mar 22 '23 03:03 sumonky

Hello, may I ask if you have successfully obtained longer outputs? If so, could you please share how you resolved it? Looking forward to your reply. Thank you. @wenwen12321

jianlai123-123 avatar Feb 23 '24 12:02 jianlai123-123