/VQA_real-time

visual question answering in real-time

Primary LanguagePython

VQA_real-time

VQA using cv2 as a video input

Installation

  1. Clone the repository git clone https://github.com/AliMostafaRadwan/VQA_real-time.git
  2. Install the requirements
  3. Run the main.py file

Requirements

pip install -r requirements.txt

Usage

when you run the main.py file, you will see a window with a webcam feed. You can ask your question in the terminal and the answer will be displayed on the screen. (note! after you run the main.py file, you may see a warning message(QApplication: invalid style override 'adwaita' passed, ignoring it.). This is because the pyqt5 library is not compatible with the latest version of opencv. You can ignore this message. and type your question in the terminal.)