LiuRicky / ts2_net

[ECCV2022] A pytorch implementation for TS2-Net: Token Shift and Selection Transformer for Text-Video Retrieval
75 stars 9 forks source link

vatex dataset #13

Open Li524 opened 8 months ago

Li524 commented 8 months ago

Hello author, do you provide the. txt file data for the annotation data of VATEX? I seem to be unable to find the corresponding txt annotation in the connection

LiuRicky commented 7 months ago

Hello author, do you provide the. txt file data for the annotation data of VATEX? I seem to be unable to find the corresponding txt annotation in the connection

Thanks for your attention.

Sorry, it has been a long time after this work released. I have changed my research interest and forget where the txt is in my server (That's true. I had searched many paths just now).

However, you can refer to https://eric-xw.github.io/vatex-website/download.html and dataloader_vatex_retrieval.py to prepare VATEX dataset and annotation. And get the split file from https://github.com/cshizhe/hgr_v2t.

In terms of the txt you mentioned, you can refer to dataloader_vatex_retrieval.py to extract it from the official annotation files, or make minor change in dataloader_vatex_retrieval.py (see data read process).

Hope this can solve your problem.