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

UnboundLocalError: local variable 'batch_video_path' referenced before assignment #166

Open
LiuWeijunAntihos opened this issue Dec 11, 2024 · 1 comment

Comments

@LiuWeijunAntihos
Copy link

In stage3 of video caption

[rank0]: Traceback (most recent call last):
[rank0]: File "/root/workspace/EasyAnimate/easyanimate/video_caption/caption_rewrite.py", line 250, in
[rank0]: main()
[rank0]: File "/root/workspace/EasyAnimate/easyanimate/video_caption/caption_rewrite.py", line 209, in main
[rank0]: for (video_path, prompt, output) in zip(batch_video_path, batch_prompt, batch_output):
[rank0]: UnboundLocalError: local variable 'batch_video_path' referenced before assignment

@hkunzhe
Copy link
Collaborator

hkunzhe commented Dec 12, 2024

@LiuWeijunAntihos, It's caused by #165. We've fixed it in #169. Please take a look.

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

2 participants