Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization Error #64

Open
meongeun opened this issue Dec 21, 2024 · 0 comments
Open

Visualization Error #64

meongeun opened this issue Dec 21, 2024 · 0 comments

Comments

@meongeun
Copy link

When running the following command:

YOUR_BLENDER_PATH/blender --background --python render.py -- --cfg=./configs/render.yaml --dir=YOUR_NPY_FOLDER --mode=video --joint_type=HumanML3D

I encountered an error:

Traceback (most recent call last):
File "/home/motion-latent-diffusion/render.py", line 155, in
render_cli()
File "/home/motion-latent-diffusion/render.py", line 71, in render_cli
print(f"begin to render for {paths[0]}")
IndexError: list index out of range

It seems the script is trying to access the first element of the paths list (paths[0]), but the list is empty, leading to an IndexError.

I’m using the configuration file located at configs/render_mld.yaml. What fixes should I make to resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant