tsujuifu / pytorch_violet

A PyTorch implementation of VIOLET
137 stars 6 forks source link

Question about the img_tgif.pkl file. #13

Closed jhkang727 closed 1 year ago

jhkang727 commented 1 year ago

Hello, thank you for your code.

I was trying to implement VIOLET on Next-QA dataset. However I couldn't find out how to make pkl file in 'data' folder. I was wondering if I can get the code that makes img.pkl files.

tsujuifu commented 1 year ago

You can check this to extract frames from a video and save them as a PKL file.

jhkang727 commented 1 year ago

Thanks for the reply. Then can I use the same nextqa.pkl file as img_nextqa.pkl?

tsujuifu commented 1 year ago

I believe Yes if all the formats are correct and matched.

jhkang727 commented 1 year ago

It works! Thank you so much.