Plate Recognizer Blur
Plate Recognizer Blur lets you blur partial, dented, upside-down and other types of vehicle license plates and faces. See examples of Blur in action.
caution
Before running Blur, make sure:
- You have signed the ParkPow Technical Evaluation Agreement.
- You have a decryption key. Passed as an env variable to the container.
-e KEY=password
Contact us if you have any questions regarding above requirements.
#
InstallPlate Recognizer Blur is packaged as a Docker container that you can pull from the docker hub registry by running this command:
docker pull platerecognizer/skew-correction
#
UpgradeTo update to a newer version of the container, just run:
docker container stop skew-correctiondocker pull platerecognizer/skew-correction:latest
#
RunCollect the images in a single directory. Then run this command from a terminal:
docker run \ -it \ -e KEY=password123 \ -v /home/brian/VehicleLicensePlates:/images \ -e TOKEN=MY_TOKEN \ platerecognizer/skew-correction
The above command assumes:
- The images are located in
/home/brian/VehicleLicensePlates
- The container passcode is
password123
The container will send the images to the Cloud API and use the detected plate bounding boxes to perform blurring.
After processing, you will see new files in the same images folder with blur- prepended to the original file names.