Open mrgloom opened 5 years ago
What is sRGB here? https://github.com/affinelayer/pix2pix-tensorflow/blob/0f2174424356162920fc25067e63db2bcf19f4e7/pix2pix.py#L150
i.e. is it just RGB in opencv? like
img_bgr = cv2.imread('img.png') img_rgb = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2RGB)
What is sRGB here? https://github.com/affinelayer/pix2pix-tensorflow/blob/0f2174424356162920fc25067e63db2bcf19f4e7/pix2pix.py#L150
i.e. is it just RGB in opencv? like