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

Error loading the audio #163

Open
xjr01 opened this issue May 24, 2024 · 0 comments · May be fixed by #164
Open

Error loading the audio #163

xjr01 opened this issue May 24, 2024 · 0 comments · May be fixed by #164

Comments

@xjr01
Copy link

xjr01 commented May 24, 2024

There seems to be a bug in the function upload_video() in the class Chat in file video_llama/conversation/conversation_video.py. On the 255 line of conversation_video.py, you directly pass the video_path to the function load_and_transform_audio_data(), which does not support video format. This would cause an exception in load_and_transform_audio_data(), resulting in skipping the audio loading while printing the information no audio is found.

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

Successfully merging a pull request may close this issue.

1 participant