Dear ygabuev,Thank for your hard work!
It seems an error in 11th line of utils.py.
This line is "img_array = img_array.mean(axis=2)".The axis only can choose from [0,1],so maybe you can check it.From your process,it seems you want to get the image's luminance channel.Can you explain the process?
Thank you!
Dear ygabuev,Thank for your hard work!
It seems an error in 11th line of utils.py.
This line is "img_array = img_array.mean(axis=2)".The axis only can choose from [0,1],so maybe you can check it.From your process,it seems you want to get the image's luminance channel.Can you explain the process?
Thank you!