-
Similarly, I also trained the model in the dataset YouCookII and used the same configuration you provided in GitHub. But my Cider score is much lower than your Cider score.
Here is a comparison:
` …
-
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…
-
The youcook2 data repository (http://youcook2.eecs.umich.edu/download) only provides a script to download the raw videos into a folder `.../youcook2/raw_videos/`. However, the entries in the `youcook_…
-
Hi,
Thank you for sharing your impressive work! Equipping LLMs with temporal understanding is indeed a challenging task. I have a question regarding the ActivityNet results:
Are the scores you r…
-
Thanks for your awesome work.
I have two questions about running the code on the YouCook2 dataset.
(1) It seems that to run on the YouCook2 dataset, we need to trim the downloaded YC2 videos with …
-
I tried to run and eval captioning with your pretrained model and YouCookII dataset, but met this issue. I follow the instructions, but every hyp on eval_epoch is none and every scores is 0.0 (do not…
-
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…
-
Hi,
I am unable to evaluate SwinBert on the YouCook2 dataset due to missing coco captions files. The evaluation expects the following files:
```
validation.caption_coco_format.json
testing.ca…
-
Hello, thank you for sharing and looking forward to the code! I was wondering whether you will be planning to release the generated captions from your model? I'm particularly interested in the ones fo…
-
hi @crodriguezo,
Can you share some details about the training details such as how long it will take, what is hardware/GPU was used?
Currently, on A100-80GB (24 CPUs), the training is too slow …