-
Notifications
You must be signed in to change notification settings - Fork 37
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
Asking for a simple script to get text and video features #24
Comments
Same question, I can download the videos without annotations. Where can I get the text(caption, annotation, transcription) data? |
Hi, we are intergrating CLIP-ViP into Huggingface transformers. I believe it will be more easily called. Please keep an eye on it. |
Hi, for ASR texts, please refer to #7 . For auxiliary captions, please download from this link: Azure Blob Link |
Thanks a lot!
…On Mon, Jul 3, 2023 at 5:24 PM HellwayXue ***@***.***> wrote:
Same question, I can download the videos without annotations. Where can I
get the text(caption, annotation, transcription) data? Thanks a lot
Hi, for ASR texts, please refer to #7
<#7> . For auxiliary
captions, please download from this link: Azure Blob Link
<https://hdvila.blob.core.windows.net/dataset/hdvila_ofa_captions_db.zip?sp=r&st=2023-03-16T04:58:26Z&se=2026-03-01T12:58:26Z&spr=https&sv=2021-12-02&sr=b&sig=EYE%2Bj11VWfQ6G5dZ8CKlOOpL3ckmmNqpAtUgBy3OGDM%3D>
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKIWUVABMN6IXKTE5DBSOT3XOKFWFANCNFSM6AAAAAAZMNCGAM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@HellwayXue Thanks for providing the auxiliary captions. |
Hi @HellwayXue, any update on integration with HuggingFace? Thank you:) |
@MVPavan @yotammarton i'v created a simple example here: https://github.com/eisneim/clip-vip_video_search |
Hi @MVPavan can you please suggest what configuration of GPUs are required to run this model. |
First of all - Amazing work on this one.
I'm a bit getting lost with the repo, may I request a simple few line script that does something like the following:
[Extra] Preferably I wish to get the video features for a batch of mp4 files with different lengths
The closest I found is in
CLIP-ViP/src/modeling/VidCLIP.py
but I couldn't find a use of this script.Thank you :)
The text was updated successfully, but these errors were encountered: