You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing the details about how to reproduce your great work, I followed your guide to run the multiple steps.
After reading the steps in detail, I noted some unintuitive issues, which I think may affect the effectiveness of this end2end pipeline for long-video understanding, and video-based Q&A.
The description generation per clip is separate and independent call to gpt-4-turbo.
After concatenate clips' descriptions and ASR transcript, the final script generation is another independent call to gpt-4-turbo.
I have the following questions to ask for your kind help:
Had you tried Multi-turn conversation considering the previous context of images sequence per clip? If so, do you have a workable example? Or due to the large size of context window of images sequences, did you find it is impossible?
Could you please provide an example of asking questions about the input video based on the generated final script?
Thanks very much in advance.
Best regards,
Amos
The text was updated successfully, but these errors were encountered:
XinshaoAmosWang
changed the title
The context/modality separation issues
The context/modality separation issues due to independent calls to gpt-4-turbo
Jul 19, 2024
Hi @yongliang-wu ,
Thanks for providing the details about how to reproduce your great work, I followed your guide to run the multiple steps.
After reading the steps in detail, I noted some unintuitive issues, which I think may affect the effectiveness of this end2end pipeline for long-video understanding, and video-based Q&A.
gpt-4-turbo
.gpt-4-turbo
.I have the following questions to ask for your kind help:
Multi-turn conversation
considering the previous context of images sequence per clip? If so, do you have a workable example? Or due to the large size of context window of images sequences, did you find it is impossible?Thanks very much in advance.
Best regards,
Amos
The text was updated successfully, but these errors were encountered: