facebookresearch / AVT

Code release for ICCV 2021 paper "Anticipative Video Transformer"
Apache License 2.0
152 stars 28 forks source link

Problem when reproducing with Breakfast/50Salad data #43

Closed wasabipretzel closed 1 year ago

wasabipretzel commented 1 year ago

Hi @rohitgirdhar , Thank you for great idea in video anticipation.

I'm reproducing your work with Breakfast/50salad data, and faced with 2 problem.

1.Do I have to locate breakfast video and 50 salad video at same folder?

  1. While training with 50 Salad, ffmpeg returning some error : marker does not match f_code (image below). Although with this error, training goes well but how can i handle this error? I've changed avi with mp4 file, or resizing it, but not worked. Is this because of codec problem? Untitled

Thank you

CeeZh commented 1 year ago

Hi, I'm also trying to reproduce on 50Salads. Do you know where I can find the annotations? It seems AVT stores the annotations in external\ but i didn't find them. Thank you!

wasabipretzel commented 1 year ago

@CeeZh Hi, in github AVT/external, you can see the link of annotation of epic kitchens. Git clone the annotation you want to reproduce(e.g https://github.com/epic-kitchens/epic-kitchens-100-annotations/tree/31ee70e9ebbf0f50fb455abbac34dc652c48df9a) at inside of external folder, then you can use it.