Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 747 Bytes

crop_images

本代码适用于对标注的图片文字框进行裁剪,并且将裁剪的图片进行了仿射,透视变换,得到的文字图片都是矫正的文字图。

Run this code with these three parameters

python crop_img.py input_path txt_path save_path
input_path表示需要裁剪的图片的文件夹
txt_path表示保存裁剪下来子图片的坐标的文件夹
save_path表示保存裁剪下来子图片的文件夹

输入图片

image image