Merge branch 'master' of github.com:openalpr/openalpr

This commit is contained in:
Matt Hill
2014-08-18 23:32:14 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -120,7 +120,9 @@ Please post questions or comments to the Google group list: https://groups.googl
Contributions
-------------
Code contributions are not the only way to help out. Do you have a large library of license plate images? Do you have time to "tag" plate images in an input image? If so, please add a note to the forum.
Improvements to the OpenALPR library are always welcome. Please review the [OpenALPR design description](https://github.com/openalpr/openalpr/wiki/OpenALPR-Design) and get started.
Code contributions are not the only way to help out. Do you have a large library of license plate images? If so, please upload your data to the anonymous FTP located at upload.openalpr.com. Do you have time to "tag" plate images in an input image or help in other ways? Please let everyone know by posting a note in the forum.
Donations
---------

View File

@@ -4,7 +4,7 @@ import shutil
BYTES_IN_A_MEGABYTE = 1048576
size_quota_mb=200000
size_quota_bytes = size_quota_mb * 1048576
size_quota_bytes = size_quota_mb * BYTES_IN_A_MEGABYTE
dir='/var/www/html/plates/'