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

Performance on large images - how to (radically) improve? #137

Open
pgaston opened this issue May 9, 2022 · 0 comments
Open

Performance on large images - how to (radically) improve? #137

pgaston opened this issue May 9, 2022 · 0 comments

Comments

@pgaston
Copy link

pgaston commented May 9, 2022

This works great! Thanks! However...
I'm moving to high-resolution images (in order to take one image and cover a wider field of view, i.e., capture barcodes from a large face.) I'm moving to a 64MP sensor. However, the time to decode a 16MP image is roughly 1.8 seconds (on my target hardware of a Raspberry Pi 4B w/ 8GB of memory.) Assuming linear performance (which may be wrong) it will take over 6 seconds to process a 64MP image. This is too long.

Ideas?

  • algorithmic? e.g., reduce the initial scanning to look at, say every 4 or 8 lines?
  • openCL?
  • external hardware? e.g., a Coral USB accelerator?

Thanks!
p

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