How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
mmaction2 is a PyTorch video understanding toolbox designed for training and evaluating deep learning models. It serves as a framework for action recognition, temporal localization, and spatio-temporal action detection, providing specialized tools for both pixel-based video analysis and skeleton-based action recognition. The project distinguishes itself through a modular architecture featuring registry-based component discovery and hierarchical, config-driven model assembly. It supports multi-modal feature fusion, integrating RGB frames, optical flow, and audio, and includes capabilities for
This github repo provides a Pytorch implementation of the Mixture-of-Embeddings-Experts model (MEE) 1.
An official implementation for "CLIP4Clip: An Empirical Study of CLIP for End to End Video Clip Retrieval"
This repo provides code from the HowTo100M paper. We provide implementation of: - Our training procedure on HowTo100M for learning a joint text-video embedding - Our evaluation code on MSR-VTT, YouCook2 and LSMDC for Text-to-Video retrieval - A pretrain model on HowTo100M - Feature extraction…
This is the official source code of our paper: Learn to Understand Negation in Video Retrieval. We used Anaconda to setup a deep learning workspace that supports PyTorch. Run the following script to install all the required packages. `` conda create -n py37 python==3.7 -y conda activate py37 git…
The main features of ruc-aimc-lab/nt2vr are: Video Retrieval Models.
Open-source alternatives to ruc-aimc-lab/nt2vr include: open-mmlab/mmaction2 — mmaction2 is a PyTorch video understanding toolbox designed for training and evaluating deep learning models. It… antoine77340/mixture-of-embedding-experts — This github repo provides a Pytorch implementation of the Mixture-of-Embeddings-Experts model (MEE) [1]. arrowluo/clip4clip — An official implementation for "CLIP4Clip: An Empirical Study of CLIP for End to End Video Clip Retrieval". bighuang624/vop — News: The paper has been accepted to CVPR 2023! cryhanfang/clip2video — The implementation of paper CLIP2Video: Mastering Video-Text Retrieval via Image CLIP. antoine77340/howto100m — This repo provides code from the HowTo100M paper. We provide implementation of: - Our training procedure on HowTo100M…