UARK-AICV / VLCAP

[ICIP 2022] VLCap: Vision-Language with Contrastive Learning for Coherent Video Paragraph Captioning
https://ieeexplore.ieee.org/document/9897766
28 stars 5 forks source link

clip 1.0 ? #1

Closed teytaud closed 2 years ago

teytaud commented 2 years ago

Thanks for this fantastic work. The requirements file mentions clip=1.0, but https://pypi.org/project/clip/ mentions versions only up to 0.2.0. So the installation crashes. Do you have a solution ? << Pip subprocess error: ERROR: Could not find a version that satisfies the requirement clip==1.0 (from -r VLCAP/condaenv.vopj0xmb.requirements.txt (line 29)) (from versions: 0.0.1, 0.1.0, 0.2.0) ERROR: No matching distribution found for clip==1.0 (from -r VLCAP/condaenv.vopj0xmb.requirements.txt (line 29))

Kashu7100 commented 2 years ago

Thanks you for your interest. Please try installing the clip from the source:

pip install git+https://github.com/openai/CLIP.git

I am sorry for the inconvenience.

teytaud commented 2 years ago

Thanks a lot! This works :-)