awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ruc-aimc-lab avatar

ruc-aimc-lab/nt2vr

0
View on GitHub↗
4 stars·1 fork·Python·9 views

Nt2vr

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…

Features

  • Video Retrieval Models - Understanding negation in video retrieval queries.

Star history

Star history chart for ruc-aimc-lab/nt2vrStar history chart for ruc-aimc-lab/nt2vr

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Nt2vr

Similar open-source projects, ranked by how many features they share with Nt2vr.
  • open-mmlab/mmaction2open-mmlab avatar

    open-mmlab/mmaction2

    5,066View on GitHub↗

    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

    Python
    View on GitHub↗5,066
  • antoine77340/mixture-of-embedding-expertsantoine77340 avatar

    antoine77340/Mixture-of-Embedding-Experts

    122View on GitHub↗

    This github repo provides a Pytorch implementation of the Mixture-of-Embeddings-Experts model (MEE) 1.

    Python
    View on GitHub↗122
  • arrowluo/clip4clipArrowLuo avatar

    ArrowLuo/CLIP4Clip

    1,028View on GitHub↗

    An official implementation for "CLIP4Clip: An Empirical Study of CLIP for End to End Video Clip Retrieval"

    Pythonactivitynetclipdidemo
    View on GitHub↗1,028
  • antoine77340/howto100mantoine77340 avatar

    antoine77340/howto100m

    303View on GitHub↗

    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…

    Python
    View on GitHub↗303
See all 30 alternatives to Nt2vr→

Frequently asked questions

What does ruc-aimc-lab/nt2vr do?

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…

What are the main features of ruc-aimc-lab/nt2vr?

The main features of ruc-aimc-lab/nt2vr are: Video Retrieval Models.

What are some open-source alternatives to ruc-aimc-lab/nt2vr?

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…