├── .gitattributes ├── A_Straightforward_Framework_For_Video_Retrieval_Using_CLIP.ipynb ├── LICENSE ├── README.md ├── model.py └── utils.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deferf/CLIP_Video_Representation/HEAD/.gitattributes -------------------------------------------------------------------------------- /A_Straightforward_Framework_For_Video_Retrieval_Using_CLIP.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deferf/CLIP_Video_Representation/HEAD/A_Straightforward_Framework_For_Video_Retrieval_Using_CLIP.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deferf/CLIP_Video_Representation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deferf/CLIP_Video_Representation/HEAD/README.md -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deferf/CLIP_Video_Representation/HEAD/model.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Deferf/CLIP_Video_Representation/HEAD/utils.py --------------------------------------------------------------------------------