Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.53 KB

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