Skip to content
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

'NoneType' object has no attribute 'copy' #7

Open
TangoTime25 opened this issue Jul 29, 2020 · 0 comments
Open

'NoneType' object has no attribute 'copy' #7

TangoTime25 opened this issue Jul 29, 2020 · 0 comments

Comments

@TangoTime25
Copy link

So I am trying to run the entire code using my own fingerprint dataset, however, I have been getting an error which I am not too sure how to debug. It is related to the Normalization.py and the fingerprint_pipeline.py file. The error I am getting is 'NoneType' object has no attribute 'copy'. This was the error message from the terminal. Could someone give me a hint on what i can do to debug please. Many thanks.
File "fingerprint_pipeline.py", line 69, in
results = fingerprint_pipline(img)
File "fingerprint_pipeline.py", line 19, in fingerprint_pipline
norm_img = normalize(input_img.copy(), float(100), float(100))
AttributeError: 'NoneType' object has no attribute 'copy'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant