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

Testing speed is slow #102

Open
RuijieJ opened this issue Jun 1, 2020 · 1 comment
Open

Testing speed is slow #102

RuijieJ opened this issue Jun 1, 2020 · 1 comment

Comments

@RuijieJ
Copy link

RuijieJ commented Jun 1, 2020

The testing speed reported in the paper is 20ms/image. I modified demo.py and did recognition on the ICDAR 2003 dataset, and print the average recognition time. The following is the modified code (the red boxes indicate my modifications):

image

I used a single NVIDIA Tesla V100 GPU to do the recognition. I ignore the time comsumption of reading image, so the recognition time has nothing to do with the disk. And the output is:

Avg time = 693.183ms

which is larger than 20ms. I wonder is there something wrong with my modification? I would be appreciated if my question can be answered.

@RuijieJ
Copy link
Author

RuijieJ commented Jun 1, 2020

As mentioned by #67 and #42 , the model restoring step is very slow (~10min). I wonder is there any connection between model restoring speed and recognition speed.

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

1 participant