error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
Tengo el siguiente problema (I have the following problem) image description
Como lo puedo solucionar? = How can I solve it?
Please use english, post error message as text (not a screenshot)
Are there any other warnings in the output? That assertion fails when your source input is invalid (e.g. dimensions of 0x0)
@wilcar0402.Can you post code
img = cv2.imread(....)
?