Something is wrong after convert of the image from RGB to BGR.

#1
by SAVExist - opened

In the image below, the boundaries of two of the four license plates are not correctly detected.

Untitled

This is what the result looks like

image

If don't convert to BGR, the result will be better. But it's not perfect either.

Untitled_out

Why is color convertation performed?

There is no such convertation in a similar demo in the OpenCV repository.
https://github.com/opencv/opencv_zoo/blob/main/models/license_plate_detection_yunet/demo.py

Sign up or log in to comment