awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jayleicn avatar

jayleicn/TVQA

0
View on GitHub↗
181 stars·33 forks·Python·MIT·1 viewtvqa.cs.unc.edu↗

TVQA

PyTorch code accompanies our EMNLP 2018 paper:

Features

  • Language and Visual QA - Localized, compositional video question answering benchmark.

Star history

Star history chart for jayleicn/tvqaStar history chart for jayleicn/tvqa

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 TVQA

Similar open-source projects, ranked by how many features they share with TVQA.
  • aishwaryaagrawal/gvqaAishwaryaAgrawal avatar

    AishwaryaAgrawal/GVQA

    27View on GitHub↗

    Code for the Grounded Visual Question Answering (GVQA) model from the below paper:

    Lua
    View on GitHub↗27
  • akirafukui/vqa-mcbakirafukui avatar

    akirafukui/vqa-mcb

    219View on GitHub↗

    This is the code that we wrote to train the state-of-the-art VQA models described in our paper. Our ensemble of 7 models obtained 66.67% on real open-ended test-dev and 70.24% on real multiple-choice test-dev.

    Python
    View on GitHub↗219
  • cadene/murel.bootstrap.pytorchCadene avatar

    Cadene/murel.bootstrap.pytorch

    194View on GitHub↗

    The MuRel network is a Machine Learning model learned end-to-end to answer questions about images. It relies on the object bounding boxes extracted from the image to build a complitely connected graph where each node corresponds to an object or region. The MuRel network contains a MuRel cell…

    Python
    View on GitHub↗194
  • a2zadeh/social-iqA

    A2Zadeh/Social-IQ

    0View on GitHub↗
    View on GitHub↗0
See all 14 alternatives to TVQA→

Frequently asked questions

What does jayleicn/tvqa do?

PyTorch code accompanies our EMNLP 2018 paper:

What are the main features of jayleicn/tvqa?

The main features of jayleicn/tvqa are: Language and Visual QA.

What are some open-source alternatives to jayleicn/tvqa?

Open-source alternatives to jayleicn/tvqa include: aishwaryaagrawal/gvqa — Code for the Grounded Visual Question Answering (GVQA) model from the below paper:. akirafukui/vqa-mcb — This is the code that we wrote to train the state-of-the-art VQA models described in our paper. Our ensemble of 7… cadene/murel.bootstrap.pytorch — The MuRel network is a Machine Learning model learned end-to-end to answer questions about images. It relies on the… cdancette/rubi.bootstrap.pytorch — This is the code for the NeurIPS 2019 article available here: https://arxiv.org/abs/1906.10169. cyanogenoid/vqa-counting — This is the official implementation of our ICLR 2018 paper [Learning to Count Objects in Natural Images for Visual… a2zadeh/social-iq.