Computer-Vision
Computer-Vision copied to clipboard
Computer Vision Related Scripts
Results
2
Computer-Vision issues
Sort by
recently updated
recently updated
newest added
change this: assert imread(image).shape[2] == 3 for this: assert imread(image)[2].shape == 3
After copying over the code provided in this tutorial, I've run into what appears to be an error caused by a version difference in numpy. In the img_grey() function, the...