Closed noahzn closed 4 months ago
Hi @guipotje I have another question. In the training code you use cv2.imread to read images. However, the default image read is BGR color mode. Is it a bug?
cv2.imread
Hi @noahzn, actually, we use grayscale images, look here, we average channels, so it should make little to no difference in using RGB or BGR.
Hi @guipotje I have another question. In the training code you use
cv2.imread
to read images. However, the default image read is BGR color mode. Is it a bug?