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

How does one get a box around the license plate in the frigate snapshot ? #43

Open
atv2016 opened this issue Feb 27, 2024 · 3 comments
Open

Comments

@atv2016
Copy link

atv2016 commented Feb 27, 2024

Is that possible ? I mean I know there is draw_box but I thought it was part of saving snapshots to disk ?

frigate:
save_snapshots: True # Saves a snapshot called [Camera Name]_[timestamp].png
draw_box: True # Optional - Draws a box around the plate on the snapshot along with the license plate text (Required Frigate plus setting)
always_save_snapshot: True # Optional - will save a snapshot of every event sent to frigate_plate_recognizer, even if no plate is detected

Also not sure why this is a separate option, one already gets the labels in frigate, but I guess it's for those who want separate license plate jpegs?

@kyle4269
Copy link
Contributor

kyle4269 commented Feb 27, 2024

You can get a box around the license plate in frigate by enabling bounding_box in frigate config. But that's totally separate from this.

@atv2016
Copy link
Author

atv2016 commented Feb 27, 2024

So that works with car object detection ? If I mess around with bounding box in debug I don't think it happens specifically for license plates ,just for anything that moves I think.

Anyway as you say that's outside of the scope here then. Would still be nice to have!

@federicotravaini
Copy link

you get license plate if you have frigate plus and a custom model

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

3 participants