alpr-unconstrained
alpr-unconstrained copied to clipboard
how to transform the full image to a frontal view?
hi,i train a model and successfully detect a plate in a picture. but i have a task and need to use the plate to transform the full image to a frontal view ,but the code only can transform the license plate , so would you tell me how to transform the full image to a frontal view simultaneously.
The code generates the frontal LP based on a transformation matrix found by the WPOD-NET. You can use this matrix to transform the whole image.
can you tell me more details, i use the cv2.warpPerspective to transform the full pic, the result is also the License plate, could you give me some example thanks very much
I have trained a model. Could you plz tell me how to detect a plate and where is this of code? Thank you! @ganliqiang