mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Merge branch 'master' of github.com:openalpr/openalpr
This commit is contained in:
@@ -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
|
||||
---------
|
||||
|
@@ -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/'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user