lorienberne

Results 2 comments of lorienberne

Hello, I had this problem. Training seems to work with RGB and opencv seems to open images in BGR. Adding this solved the problem for me. image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)...

Hello, I had this problem. Training seems to work with RGB and opencv seems to open images in BGR. Adding this solved the problem for me. image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)...