sangminwoo / Explore-And-Match

Official pytorch implementation of "Explore-And-Match: Bridging Proposal-Based and Proposal-Free With Transformer for Sentence Grounding in Videos"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No zero_shot_clip

aries-young opened this issue · comments

In /lib/modeling/model.py, there is the following call for zero_shot_clip. However, there is no relevant content in the whole project.

from lib.modeling.zero_shot_clip import build_zeroshot_clip

We had conducted experiments to verify the zero-shot capability of CLIP on the video grounding datasets, however, the results were omitted from the paper. So we decide not to provide relevant codes. Sorry for the confusion and please disregard those codes.

We had conducted experiments to verify the zero-shot capability of CLIP on the video grounding datasets, however, the results were omitted from the paper. So we decide not to provide relevant codes. Sorry for the confusion and please disregard those codes.

Thank you very much.