Opened this issue 6 years ago · 0 comments
What is sRGB here?
pix2pix-tensorflow/pix2pix.py
Line 150 in 0f21744
i.e. is it just RGB in opencv? like
img_bgr = cv2.imread('img.png') img_rgb = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2RGB)