Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.63 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.63 KB

Amazon OCR results for STVQA and TextVQA dataset

This repo contains small code snippet to get the OCR of STVQA and TextVQA. All the json files are the RAW format obtained from Amazon's OCR pipeline.

Download the OCR results

All the OCR can be found in link .

STVQA OCR

The links to download the raw jsons for OCR.

NOTE: I had to replace the COCO-Text images from the original dataset. Since STVQA has the images from COCO-Text as resized. You can check the notebook for more detail.

TextVQA OCR

The links to download the raw jsons for OCR.

The Code

You can find the code in the get_data.ipynb on how to obtain the OCR from Amazon.

You need an AWS account. Also, you need to put the data to the S3 bucket.

You can also upload the images to OCR pipeline, however, that resulted in a lot of error.