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

PAINFULLY slow to do prediction with kurapan/EAST implementation #68

Open
jhaggle opened this issue Aug 24, 2020 · 0 comments
Open

PAINFULLY slow to do prediction with kurapan/EAST implementation #68

jhaggle opened this issue Aug 24, 2020 · 0 comments

Comments

@jhaggle
Copy link

jhaggle commented Aug 24, 2020

I was trying out the code by running the evaluation script with the following command:

python3 eval.py --gpu_list=0 --test_data_path=example_images/ --model_path=tmp/icdar2015_east_resnet50/EAST_IC15+13_model.h5 --output_dir=tmp/icdar2015_east_resnet50/eval/

The images used are the ones provided by Kurapan here:
https://github.com/kurapan/EAST/tree/master/examples

On my CPU it took about 10-20 seconds for the test images. On my gpu it took about 0.25 seconds per images.
If I instead used my own images it took about one second per image. In both cases it is really slow.

Why is it so slow? Is there any way I can speed it up?

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