VidChapters icon indicating copy to clipboard operation
VidChapters copied to clipboard

[NeurIPS 2023 D&B] VidChapters-7M: Video Chapters at Scale

Results 4 VidChapters issues
Sort by recently updated
recently updated
newest added

How can I run it on a single video?

We run the demo_vid2seq.py In vid2seq.py line 41 we find that: self.t5_model.resize_token_embeddings(len(tokenizer) - num_bins) # remove the weights of the 28 tokens that are not used (32128 vs 32100 in...

I prefer using faster whisper, if you need to do demo with it too, here is the revised code: ```python import argparse import torch import os import pickle from args...

Thanks for your wonderful work! I would like to download videos of VidChapters. Could you provide some cmd tools to quickly download these videos? And how much storage do you...