I am having an issue with this Python code: Code And Other Things
The Error Is:
Traceback (most recent call last): File "C:\Users\thaku\Desktop\projects\pythoncode-tutorials-master\machine-learning\face-age-prediction\predict_age.py", line 156, in <module> predict_age(image_path) File "C:\Users\thaku\Desktop\projects\pythoncode-tutorials-master\machine-learning\face-age-prediction\predict_age.py", line 113, in predict_age frame = img.copy() AttributeError: 'NoneType' object has no attribute 'copy' I Was trying opencv as learning python. the project was to predict age but as this error came my days are wasted so please help me.. To Run The Code: python .\predict_age.py /tmp or some new errors come