Hi,
You said that "A few images are in a weird format ". I found that skimage could be problematic to read images.
Skimage will treat some rgb images like grey scale images (idk why, but it happens). However, simply change to cv2, it works normally and correctly read rgb images.
Hi,
You said that "A few images are in a weird format ". I found that skimage could be problematic to read images.
Skimage will treat some rgb images like grey scale images (idk why, but it happens). However, simply change to cv2, it works normally and correctly read rgb images.