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

'clip' Package in preprocess/clip_encoder.py

haojc opened this issue · comments

Thanks for your good work. When I extract the clip features for the datasets, I find the source code (preprocess/clip_encoder.py) imports a package named 'clip', which is not mentioned in Installation. Where can I install the 'clip' package? Thanks

Hi! @haojc,
Thanks for your interest in our work!

We used official CLIP package for our clip_encoder.
All required packages can be downloaded by the following line.
pip install -r requirements.txt

hope this may resolve your problem.
Thanks!