-
Notifications
You must be signed in to change notification settings - Fork 42
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
About video fragments #61
Comments
video_fragment stores the video clip read by the sliding window, and it will be created and automatically updated. Also I didn't find the |
Thanks for the reply. The cooking_cake video I got from the link provided in 15th issue. The GOT video is src/video_fragment/output.mp4 |
I still don't know how to create the video fragment if I use my own video. There're no such functions that I can found in "Class chat". Maybe in "global mode", video fragment is also the original video? That means I need to store the same video in "video fragment path" as in the "video path"?? |
You just need to choose one video as the initialized video fragment at the beginning, and the others video fragments will be created automatically. |
Thanks for the reply. I used the MovieChat package in PyPI (version 0.6.3), and I carefully checked the code in the package.
where the function
So I think there is a missing sentence of code here. After I added this sentence of code, the code can work normally. And I noticed that the author's code repository also provides a local version of MovieChat, which includes this sentence of code. |
Thank you very much for discovering this issue. We will recheck our code and update the MovieChat package as soon as possible to resolve this problem. |
for i in range(num_frames): I noticed that the |
I understand what you mean. During implementation, we found that some versions of ffmpeg may not support initializing a blank video fragment, so we used an unrelated video clip for initialization. |
@HTD1016 You are just amazing!!! |
Hi, I have two little questions for these two hyperparameters in
According to my understanding, does the |
Sorry for the confusion. |
Hi thanks for providing the code of your work. In the code what is the video_fragment. Is it for the breakpoint mode? How to create these fragments? Also in the src/video_fragment, you have provided a clip from a different video (GOT) than the Cooking_cake one.
The text was updated successfully, but these errors were encountered: