Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

NameError: name 'output' is not defined #126

Open hacker-saran opened 4 months ago

hacker-saran commented 4 months ago

I have set up the environment as said in the readme file. When I try to run the _infer_wildmesh.py file ,I get this error..!

File "infer_wild_mesh.py", line 138, in <module>
    output_final[0][k] = (output[0][k] + output_flip_back[0][k]) / 2.0
NameError: name 'output' is not defined