When when I run the code from DetectPlate.py on the first picture from README.md, this is the result I get  On car6.jpg and car.png it works perfectly. I also comment this part of the code ```python car_image = imutils.rotate(car_image, 270) ``` Can the shape of the image affect the accuracy? Please help.