Rafael Rivadeneira
Rafael Rivadeneira
Using redirection >> Just mention it like an "argument"
also seeing that, if my input image is in gray, in function load_image() the shape show 3 channels (but it has just one)
for detect if an image is gray or color, a modify the function load_image(), and add: ``` image = misc.imread(filename) if len(image.shape) == 3: if np.all(image[:,:,0]==image[:,:,1]): image = misc.imread(filename,False,"L") ```...
@Combo819 in what line? in what file? no lucky. i have the same error. no lucky yet