alpr-unconstrained icon indicating copy to clipboard operation
alpr-unconstrained copied to clipboard

how to transform the full image to a frontal view?

Open ganliqiang opened this issue 6 years ago • 3 comments

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.

ganliqiang avatar Jan 07 '19 11:01 ganliqiang

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.

sergiomsilva avatar Feb 04 '19 13:02 sergiomsilva

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

ganliqiang avatar Feb 18 '19 03:02 ganliqiang

I have trained a model. Could you plz tell me how to detect a plate and where is this of code? Thank you! @ganliqiang

shuangyichen avatar Nov 29 '19 02:11 shuangyichen