HyperAI

VQA Visual Question Answering Dataset

Date

a year ago

Size

58.91 MB

Organization

License

其他

This dataset comes from Campinas State University MO434 Subject Knowledge Base.

Introduction

This is a simple Flask application that generates answers based on images and natural language questions about the image. Behind the scenes, the application uses a deep learning model trained with TensorFlow.

Model Overview

The development of deep learning has promoted the solution of multimodal learning related tasks. Visual Question Answering (VQA) is a very challenging example, which requires high-level scene interpretation from images and modeling with relevant question-answering language. Given an image and a natural language question about the image, the task is to provide an accurate natural language answer. This is an end-to-end system implemented with Keras that aims to accomplish this task.

Model architecture based on the paper Hierarchical Question-Image Co-Attention for Visual Question Answering .

VQA.torrent
Seeding 1Downloading 1Completed 118Total Downloads 294
  • VQA/
    • README.md
      1.56 KB
    • README.txt
      3.12 KB
      • data/
        • LICENSE
          4.16 KB
        • README.md
          8.21 KB
        • main.py
          11.21 KB
          • models/
              • __pycache__/
                • arch.cpython-36.pyc
                  13.8 KB
                • layers.cpython-36.pyc
                  20.06 KB
            • arch.py
              23.74 KB
            • layers.py
              31.9 KB
          • pickles/
            • complete_model.h5
              58.23 MB
            • labelencoder.pkl
              58.3 MB
            • text_tokenizer.pkl
              58.88 MB
        • related-work.md
          58.88 MB
        • requirements.txt
          58.88 MB
          • static/
            • stop_grande.jpg
              58.89 MB
          • templates/
            • error.html
              58.89 MB
            • index.html
              58.9 MB
          • utils/
              • __pycache__/
                • helper_functions.cpython-36.pyc
                  58.9 MB
                • load_pickles.cpython-36.pyc
                  58.9 MB
            • helper_functions.py
              58.91 MB
            • load_pickles.py
              58.91 MB