@LicensePlateData
I have the below plate captures that I used to train a custom DeepStack model. If you want I can send you a link to my onedrive with the images
I wonder how hard will it be to Say Fingerprint these Car pics .. and than a system will automatically start tagging say if the plate was changed.. Like say take Those wheel, color of the car and than that bit of dent under tail light into account ..
I wonder how hard will it be to Say Fingerprint these Car pics .. and than a system will automatically start tagging say if the plate was changed.. Like say take Those wheel, color of the car and than that bit of dent under tail light into account ..
Maybe the camera angle, this is residential area. Some package thieves are following the delivery trucks. Our house is facing the street so it captures every plate by HFW5241E-Z12E. Just installed 5 weeks ago with OpenALPR.
Now is it possible you could send me some of the images day/night that you have?
Everyone has a different position on where the camera is and I just wanna see what I can work on.
I thought it might be useful to have some short clips of the captures and some which were missed. All clips are short, no more than 13 seconds and usually less than 10.
I thought it might be useful to have some short clips of the captures and some which were missed. All clips are short, no more than 13 seconds and usually less than 10.
Now the question is, do I look more into a application you tie in your camera too? or am I just working to capture the license plate from images/videos?
Now the question is, do I look more into a application you tie in your camera too? or am I just working to capture the license plate from images/videos?
I guess at this point folks would be just looking for something that works and is cheaper than Rekor or Plate Recognizer.
I was thinking that between Deepstack and some program to read text, it might be doable. Folks here have created a custom deepstack model based on their field of view to take a picture when the plate is in view and draw a box around the plate. Once that image is taken and not trying to be analyzed real time going 45mph, maybe a text reader could read the plates if the picture is provided to it with the plate delineated in a box?
In addition to all the attempts at LPR out on GitHub, I believe that Amazon's Recognition has this ability to read plates as well, so maybe your purchasing power could make that cost-effective?
when I run view master I get unhandled exception has occurred in your application
procedure or function sp_LPR_AllPlates has too many arguments specified
i have done a new install on a different computer and still get the same error as above, also the downloader is not working i think it has something to do with the times line 505 and 509 in the downloader code
when I run view master I get unhandled exception has occurred in your application
procedure or function sp_LPR_AllPlates has too many arguments specified
i have done a new install on a different computer and still get the same error as above, also the downloader is not working i think it has something to do with the times line 505 and 509 in the downloader code
Within your OpenALPR CSV files, each record's row has two time stamps. This is how mine looks:
epoch_time_end
2021-12-26T11:56:11.920Z
Yours should be similarly structured. Being in the UK, each of your records should be showing the true time, as epoch time is based on GMT. In my case, the epoch time is ahead of me by 8 hours, and Gym's code has to do a conversion based on the PC's local time.
Your CSV's epoch time is structured the same and shows the true local time already?
Within your OpenALPR CSV files, each record's row has two time stamps. This is how mine looks:
epoch_time_end
2021-12-26T11:56:11.920Z
Yours should be similarly structured. Being in the UK, each of your records should be showing the true time, as epoch time is based on GMT. In my case, the epoch time is ahead of me by 8 hours, and Gym's code has to do a conversion based on the PC's local time.
Your CSV's epoch time is structured the same and shows the true local time already?
Looking for some guidance on the Pushover notifications. I created an account and then downloaded the iOS app. I created an API key for the LPR Downloader and put that key in the Token section in settings. I put my pushover user key in the User section in settings. If I make up a fake license plate number and click test, the application fails. If I put in a real one from a car that just passed my house and click test, nothing happens. I don't get a pop up on my phone. Am I doing something wrong with the test box? Do I have to install the pushover desktop app in order for the notification to get sent? I tested sending a notification from the pushover webpage to my phone and the notification went off, so I think that piece is setup correctly.
EDIT:
Apparently, I have push setup correctly, the test button just doesn't do anything (at least on my machine) or I don't understand what I am supposed to enter in the text box before I click test... I set my car to alert me via push and it did today.
Apparently, I have push setup correctly, the test button just doesn't do anything (at least on my machine) or I don't understand what I am supposed to enter in the text box before I click test... I set my car to alert me via push and it did today.
Hmmm. Does the Push notifications work okay from their pushover.net website? I believe they have a way to test the feature there. Also, you don't need to install their app on the local machine in order to leverage PushOver.
Looking for some guidance on the Pushover notifications. I created an account and then downloaded the iOS app. I created an API key for the LPR Downloader and put that key in the Token section in settings. I put my pushover user key in the User section in settings. If I make up a fake license plate number and click test, the application fails. If I put in a real one from a car that just passed my house and click test, nothing happens. I don't get a pop up on my phone. Am I doing something wrong with the test box? Do I have to install the pushover desktop app in order for the notification to get sent? I tested sending a notification from the pushover webpage to my phone and the notification went off, so I think that piece is setup correctly.
EDIT:
Apparently, I have push setup correctly, the test button just doesn't do anything (at least on my machine) or I don't understand what I am supposed to enter in the text box before I click test... I set my car to alert me via push and it did today.
The LPR_Viewer and LPR_Downloader are free Windows programs designed by @Gymratz & @DLONG2 which allow you to automatically collect, store, view and manage plate data from your IP cameras. It does require a $5 a month subscription to the 'Watchman' plan available at OpenALPR.com. Also there is...