Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft OCR data could not be found #17

Closed
zhousheng97 opened this issue Apr 3, 2022 · 2 comments
Closed

Microsoft OCR data could not be found #17

zhousheng97 opened this issue Apr 3, 2022 · 2 comments

Comments

@zhousheng97
Copy link

Hello, I would like to know whether there are IMBD files and extracted features corresponding to Microsoft OCR in the data provided? I did not find the corresponding file, could you please clearly point out the corresponding path of each data?
The IMDB files in the figure all seem to correspond to Rosetta OCR.
a00359b0ff0f0505e510b488b4c3a90

@zyang-ur
Copy link
Contributor

zyang-ur commented Apr 7, 2022

Hi @zhousheng97 ,

For the downstream task datasets (e.g., TextVQA, STVQA), we do not create new imdb files for MS-OCR. Instead, we load (overwrite) the OCR directly from the MS-OCR's info.npy file in the data loader, e.g., here:

if self.msocr: ## load ms ocr prediction directly from _info.npy; else: from imdb provided

@zhousheng97
Copy link
Author

Hi @zhousheng97 ,

For the downstream task datasets (e.g., TextVQA, STVQA), we do not create new imdb files for MS-OCR. Instead, we load (overwrite) the OCR directly from the MS-OCR's info.npy file in the data loader, e.g., here:

if self.msocr: ## load ms ocr prediction directly from _info.npy; else: from imdb provided

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants