ZoneMinder / mlapi

An easy to use/extend object recognition API you can locally install. Python+Flask. Also works with ZMES!
Other
58 stars 35 forks source link

platerecognizer chosen image quality #35

Closed TheCapeMan closed 3 years ago

TheCapeMan commented 3 years ago

Hi,

When uploading images to platerecognizer the image quality appears poor, and therefore plates are unreadable.

What the stills capture: 4k-image-alarm

What platerecognizer.com receives: pa-image-alarm

I've run a test by posting the alarm image from this recording to platerecognizer and it picked it up (albeit mistaking 1 character) but the quality on there was much better, and readable.

Hopefully i have the right location o post this - wondering what i can do to force it to post the best image to use?

pliablepixels commented 3 years ago

The API has a 3MB limit https://app.platerecognizer.com/upload-limit/ If you want to increase size, you can change the resize parameter in stream_sequence.

TheCapeMan commented 3 years ago

The API has a 3MB limit https://app.platerecognizer.com/upload-limit/ If you want to increase size, you can change the resize parameter in stream_sequence.

Perfect, got it. Thank you.