Plz help me with this Error
CNN 02 - Implementing Covolution, Understanding Filters
There is only one minor mistake, in code cell 129, which contains function DrawImageGrayCorrect, just add this last line in function,
return Img
and rest all things will hopefully work fine.
The error arises becaue Gray_Image(in code cell 130) will call the above function and store its return elemtn, but your function does not return anything and hence it does not contain any Image and is of None type.
Happy Learning
Got it…
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.