SyntaxFix
Write A Post
Hire A Developer
Questions
Since scipy's imread is deprecated, use imageio.imread.
scipy
imread
imageio.imread
pip install imageio
height, width, channels = imageio.imread(filepath).shape