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

License Plate Recognition in EVA multimedia database system #163

Open
jarulraj opened this issue Jan 7, 2023 · 0 comments
Open

License Plate Recognition in EVA multimedia database system #163

jarulraj opened this issue Jan 7, 2023 · 0 comments

Comments

@jarulraj
Copy link

jarulraj commented Jan 7, 2023

Hello @sergiomsilva. Thanks for creating and sharing this useful application. Can you please share your thoughts on integrating this application with a Python-based multimedia database system like EVA?

Do you anticipate any use-cases for a query language over the extracted labels?

https://github.com/georgia-tech-db/license-plate-recognition/blob/main/README.ipynb
https://github.com/georgia-tech-db/eva

CREATE UDF IF NOT EXISTS OCRExtractor
INPUT (frame NDARRAY UINT8(3, ANYDIM, ANYDIM))
OUTPUT (labels NDARRAY STR(ANYDIM), bboxes NDARRAY FLOAT32(ANYDIM, 4), scores NDARRAY FLOAT32(ANYDIM))
TYPE TextExtraction
IMPL 'ocr_extractor.py';

SELECT OCRExtractor(data) FROM MyImages WHERE ocrextractor.label LIKE "LEM446A4"

README_12_7

@jarulraj jarulraj changed the title Integrating with a multimedia database system Integrating with EVA multimedia database system Jan 7, 2023
@jarulraj jarulraj changed the title Integrating with EVA multimedia database system License Plate Recognition in EVA multimedia database system Jan 10, 2023
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