PaddleOCR
PaddleOCR copied to clipboard
Image augmentation documentation
I'm training on my own dataset and wanted to better understand image augmentations. Is there any documentation about it?
Specifically, I couldn't find anything about EastRandomCropData, MakeBorderMap, or MakeShrinkMap.
Thank you
EastRandomCropData is a crop method in EAST algorithm. MakeBorderMap is a special gt generation method for DB. MakeShrinkMap is a text box shrink method, which is commonly used in PSE and DB
Thanks, @WenmuZhou , is there any documentation about it? I'd like to learn more about it.
no, you can read the code