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
jnhwkim avatar

jnhwkim/ban-vqaArchived

0
View on GitHub↗
548 stars·99 forks·Python·MIT·10 views

Ban Vqa

⚠️ Regrettably, I cannot perform maintenance due to the loss of the materials. I'm archiving this repository for reference

Features

  • Computer Vision Models - Bilinear attention networks for VQA.
  • Computer Vision Research - Bilinear attention networks for visual question answering.
  • Model Implementations - Bilinear attention networks for VQA.

Star history

Star history chart for jnhwkim/ban-vqaStar history chart for jnhwkim/ban-vqa

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Ban Vqa

These projects share indexed features with Ban Vqa. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kenshohara/3d-resnets-pytorchkenshohara avatar

    kenshohara/3D-ResNets-PyTorch

    4,039View on GitHub↗

    This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a spatiotemporal architecture that analyzes both spatial frames and temporal motion to classify human activities within video clips. The system includes a distributed model training framework to accelerate learning across multiple compute nodes. It supports the deployment and fine-tuning of pre-trained model weights, allowing the adaptation of existing networks to specific new datasets. The codebase covers the full pipeline for spatiotemporal learning, including video dataset p

    Python
    View on GitHub↗4,039
  • mkocabas/coordconv-pytorchmkocabas avatar

    mkocabas/CoordConv-pytorch

    403View on GitHub↗

    Pytorch implementation of CoordConv introduced in An intriguing failing of convolutional neural networks and the CoordConv solution paper

    Python
    View on GitHub↗403
  • dmitryulyanov/deep-image-priorDmitryUlyanov avatar

    DmitryUlyanov/deep-image-prior

    8,085View on GitHub↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    View on GitHub↗8,085
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
Compare all 30 related projects→

Frequently asked questions

What does jnhwkim/ban-vqa do?

⚠️ Regrettably, I cannot perform maintenance due to the loss of the materials. I'm archiving this repository for reference

What are the main features of jnhwkim/ban-vqa?

The main features of jnhwkim/ban-vqa are: Computer Vision Models, Computer Vision Research, Model Implementations.

Which projects share features with jnhwkim/ban-vqa?

Projects with overlapping indexed features include: mkocabas/coordconv-pytorch — Pytorch implementation of CoordConv introduced in An intriguing failing of convolutional neural networks and the… yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… dmitryulyanov/deep-image-prior — This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior… kenshohara/3d-resnets-pytorch — This project is a PyTorch implementation of 3D residual networks designed for video action recognition. It provides a… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… aosokin/biogans.