Skip to content

Implementation in Pytorch for ST-VQA task in ICDAR, 2019

Notifications You must be signed in to change notification settings

AniketGurav/ICDARVQA

 
 

Repository files navigation

icdar_vqa

Implementation in Pytorch for ICDAR challege, 2019. Paper -- https://arxiv.org/abs/1905.13648 Results -- https://rrc.cvc.uab.es/?ch=11&com=evaluation&task=1

The goal of this repository is to provide an implementation for all the 3 tasks of this challenge namely strongly contexualized, weakly contextualized and open dictionary.

Prerequisites

Data

Steps to use this repository

python prepro.py

-Once the data is ready for training, the training can be started using this command.

bash train.sh

Notes

-The results are reported in https://arxiv.org/abs/1905.13648. -We got 3rd position in 1st task.

  • Some of preproc.py and utils.py are based on this repo

Resources

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.8%
  • Jupyter Notebook 17.3%
  • Shell 0.9%