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.
This is what the result looks like
If don't convert to BGR, the result will be better. But it's not perfect either.
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


