layer6ai-labs / xpool

https://layer6ai-labs.github.io/xpool/
110 stars 9 forks source link

Json file in MSVD data #7

Closed avinashsai closed 2 years ago

avinashsai commented 2 years ago

Hi,

The MSVD link in CLIP4CLIP downloads a pickle file where as your code loads a json file. Can you provide the details on how to convert the pickle to json (eg: what keys and values are expected as part of the json and the structure of the files)?

Thank you.

kkzhang95 commented 1 year ago

Hi, do you solve this problem?

NoelVouitsis commented 1 year ago

@kkzhang95 we already provide the json file under data/MSVD/captions_msvd.json

kkzhang95 commented 1 year ago

@kkzhang95 we already provide the json file under data/MSVD/captions_msvd.json

OK, I have found it. Thanks a lot for your reply.