Your Project Name

VQA-CLIP: Amplifying CLIP-based Cross-Domain VQA via Enriched Scene Graphs

Table of Contents

Introduction

This is the repo for the VQA-CLIP: Amplifying CLIP-based Cross-Domain VQA via Enriched Scene Graphs

Features

  • Introducing Commonsense knowledge to cross-domain VQA task
  • Attention between the nodes of the scene graph and question tokens.

Requirements

  • Python 3.7
  • PyTorch
  • Pytorch geometric
  • Clip

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/yourproject.git
    cd yourproject
  2. Install the dependencies:

    pip install -r requirements.txt