OpenMotionLab / MotionGPT

[NeurIPS 2023] MotionGPT: Human Motion as a Foreign Language, a unified motion-language generation model using LLMs
https://motion-gpt.github.io
MIT License
1.38k stars 85 forks source link

Camera location includes nan values. #84

Closed ncj0302 closed 3 months ago

ncj0302 commented 4 months ago

When I ran the command 『blender/blender --background --python render.py -- --cfg=./configs/render.yaml --dir results/mgpt/debug--Instruct_HumanML3D/samples_2024-03-04-11-42-10 --mode=video』 to render motions to vedio (mp4), I faced some error about camera location.

image

And I edited some codes for checking the camera location data, I found the location data are all nan values. How can I fix it?

image image

billl-jiang commented 3 months ago

Hello,

It seems you're encountering issues with camera location data containing NaN values during rendering. While I haven't come across this specific issue before, it might be related to the data being used for rendering. Have you had a chance to check the .npy files intended for rendering? It's possible the issue lies there.

ncj0302 commented 3 months ago

Hi.

I think there are some outliers in HumanML3D dataset. Thanks to reply.