-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question: Add License Plate Model to Frigate NVR #4
Comments
I will look into it. |
Okay thanks, I have Frigate installed in a Proxmox LXC container and a Coral TPU let me know if you want me try anything out, test etc. Looks like the model needs to be in a particular format size etc for Coral and CPU version. |
The information on how to add custom model into Frigate is a bit thin, not sure if this guys post helps: blakeblackshear/frigate#1043 (reply in thread) I have started a discussion thread on Frigate site to see if someone has done this already, to help. |
@inspired27 I just add the TensorFlow Edge TPU Plate model. The model only has one label |
Hi, Thanks I have added to Frigate and I am getting an error "IndexError: list index out of range" and keeps restarting detection process. The config file and error in log are below. I renamed the file edgetpu.tflite as you can see in my Frigate config.yml. I am not sure what to put for width and height just gone with 640. Also to help I have included a link to a couple of articles. Extract of My Frigate config.yml:
My Frigate Log: Frigate example config.yml for when adding custom model: (I did not add optionals for colour space and tensor model format unless you can tell me)
[Support]: Yolov5 as TFLITE model works? #2726: Info on custom model |
Thanks, still getting error, could it be something to do with the way the model has been converted as per some of the links? or is my config still wrong? 2023-06-20 00:05:08.168342382 Process detector:coral: My Config Now: My labelmap.txt has gone from: To: And my frigate config.yml is now:
It is 12:15am here in Australia now I will check-in in the morning to see what next to try. |
Any luck on getting Frigate to work with custom tflite models? I generated a model with Teachable Machine and have not been able to get it to work, I was getting the same error. |
Anyone have any luck with this? |
Hi,
Your model works really well for plate recognition day and night and OCR in BlueIris, would it be possible to incorporate your license plate model in Frigate NVR:
https://docs.frigate.video/configuration/advanced/#model
https://github.com/blakeblackshear/frigate/discussions?discussions_q=is%3Aopen++custom
https://coral.ai/docs/edgetpu/retrain-detection/
The text was updated successfully, but these errors were encountered: