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

Render Error : opencv can not read the input image #12

Open
Ray-tju opened this issue Sep 25, 2021 · 1 comment
Open

Render Error : opencv can not read the input image #12

Ray-tju opened this issue Sep 25, 2021 · 1 comment

Comments

@Ray-tju
Copy link

Ray-tju commented Sep 25, 2021

Dear hongsukchoi,

File "evaluate.py", line 261, in
orig_height, orig_width = img.shape[:2]
AttributeError: 'NoneType' object has no attribute 'shape'

Thank you a lot.

@hongsukchoi
Copy link
Owner

Hi @leilimaster,

It obviously seems that cv2.imread() has not read an image from the image path.
I recommend you to check whether the image is located in the image path.

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

2 participants