openimages2coco
openimages2coco copied to clipboard
skimage could be problematic
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.