-
Notifications
You must be signed in to change notification settings - Fork 372
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
Gen2 license plate example #94
Conversation
This PR is now ready to merge IMO. I've noticed though that What are your thoughts about using this additional nn to detect cars and therefore increase the amount of data produced by car attribute estimator? Is it worth the slower performance? |
First let me say this is AWESOME work and I am super excited to see it. Thank you @VanDavv . One thought is maybe in the README it would be helpful to note that the license plate system is focused on Chinese license plate detection. I ran a test on my own video (garage, US license plates) and it was unable to detect license plates. I think this way -- by including in the README what people should expect with the demo -- that will help protect against questions about it not working -- when it does work great! |
Thanks @wasauce , just added the mention |
@VanDavv - can we default-use the license plate detector trained via reoboflow? And then mention that it was trained via roboflow, and that others can retrain for their region/state/nation using roboflow? |
@Luxonis-Brandon ooh - the Roboflow one would be great -- so we can better understand how to use Roboflow to build a model :) I have a large collection of US license plate photos from http://vision.ucsd.edu/belongie-grp/research/carRec/car_data.html and I am interested in building a model via RoboFlow |
@VanDavv - I tried this branch and I tried I think you should bring in all the changes/enchancements from A question -- in |
Thanks @wasauce for the feedback, I agree and will merge these changes here
This is the issue I tried to solve with this additional branch. The |
* add a separane NN for vehicle detection * Add chinese liense plates notice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename chineese_traffic.mp4
to chinese_traffic.mp4
Otherwise LGTM
@Luxonis-Brandon - do you have any information you can share about what you wrote above: "default-use the license plate detector trained via roboflow" or information/documentation about how to roboflow and export a model for use with DepthAI? |
Really neat @VanDavv , and everything works perfect! Thanks for making this. Suggestion - Keeping Also running
I'm not sure about this, could be a system error. Will go through the code once to check what's causing it. Thanks for your time! |
Gen2 License Plates Recognition
This example demonstrates how to run 2 stage inference on DepthAI using Gen2 Pipeline Builder.
First, a license plate is detected on the image and then the cropped license frame is sent to text detection network,
which tries to decode the license plates texts
Demo