-
in scenic/projects/vid2seq/configs/youcook2.py
config.init_from.checkpoint_path = 'path_to_checkpoint_pretrained_on_yt_temporal_1bn'
config.init_from.model_config = 'path_to_yt_temporal_1bn_co…
-
in dataloaders/README.md
```
This file is generated from `youcookii_annotations_trainval.json`, which can be downloaded from [official webpage](http://youcook2.eecs.umich.edu/download).
```
but, i…
-
Hello,
I'm currently testing vid2seq and encountered an IndexError with the sentencepiece tokenizer when running vid2seq using some yttemporal videos.
![image](https://github.com/google-research/s…
-
I try to download test videos from youtube. However, the connection is not always well established.
Could you please provide a google link for test videos?
Thanks!
-
Hi,
I want to learn more information about bounding box annotations in [download page](http://youcook2.eecs.umich.edu/static/dat/yc2_bb/yc2_bb.tar.gz) of Youcook2 dataset.
There is a json file that…
-
is there a way to download only cooking videos from this dataset
-
Hello, I am trying to use the model to generate captions for external .mp4 videos and I was wondering if you could give me any pointers about how one would go about it and which functions are relevant…
-
Hey, I have downloaded the YouCook2 features and am training a common space learning network to associate positive sentence-clip pairs for video retrieval.
I have loaded the video features and the tex…
-
hi @crodriguezo,
Thank you for sharing the code. I am trying to download the features and pretrained weights, however, the link is not working.
I would appreciate if you can help or check the li…
-
Hello.
I tried running the training example for vid2seq, but it fails with the error message `ModuleNotFoundError: No module named 'scenic.projects.vid2seq.metrics'`. I cannot locate the 'metrics' …