microsoft / UniVL

An official implementation for " UniVL: A Unified Video and Language Pre-Training Model for Multimodal Understanding and Generation"
https://arxiv.org/abs/2002.06353
MIT License
339 stars 54 forks source link

Zero score (every output is None) on evaluation captioning with pretrained model #46

Open Borntowarn opened 1 year ago

Borntowarn commented 1 year ago

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 pay attention on METEOR = 1.0, it's a stub). Add logs for you - log.txt Hyp.txt - hyp.txt

Thank you

tiesanguaixia commented 1 year ago

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 pay attention on METEOR = 1.0, it's a stub). Add logs for you - log.txt Hyp.txt - hyp.txt

Thank you

Hi! Do you know how to download the raw videos of YouCook2? Thank you very much!