-
Notifications
You must be signed in to change notification settings - Fork 111
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
PassportEye does not working with the new version of numpy (2.0) #75
Comments
image.py ''' Author: Konstantin Tretyakov class Loader(object):
class Scaler(object):
class BooneTransform(object):
class MRZBoxLocator(object):
class ExtractAllBoxes(object):
class FindFirstValidMRZ(object):
class BoxToMRZ(object):
class TryOtherMaxWidth(object):
class MRZPipeline(Pipeline):
def read_mrz(file, save_roi=False, extra_cmdline_params=''):
|
new image.py |
As the numpy version does not specified in the setup file, Passporteye automatically install the lastest version of numpy, causing this error
The text was updated successfully, but these errors were encountered: