gistvision / PSVL

Code for the paper "Zero-shot Natural Language Video Localization" (ICCV2021, Oral).
45 stars 7 forks source link

TEP & Pseudo-query generation code #3

Open minjoong507 opened 2 years ago

minjoong507 commented 2 years ago

Hi, thanks for sharing the code. I checked the 'charades_train_pseudo_supervision_TEP_PS.json' file. I think the data(timestamp and pseudo query) has already been extracted. Can you share the TEP and Pseudo-query generation code?

{'timestamp': [0.0, 0.2079207920792079], 'duration': 33.67, 'vid': 'AO8RW', 'tokens': ['climb', 'wash', 'hold', 'door', 'window', 'shirt', 'woman', 'rack']}

Thanks.

lpdone commented 2 years ago

+1

shinian-023 commented 2 years ago

+1

Bookstall commented 1 year ago

Yet, I also want to know Temporal Proposal Generation Code. I cannot understand how to use k-means algorithm to generate temporal proposal.

Does anyone know how to generate a temporal proposal? code is better.