PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Image augmentation documentation

Open mazatov opened this issue 2 years ago • 3 comments

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

mazatov avatar Oct 12 '22 08:10 mazatov

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

WenmuZhou avatar Oct 13 '22 09:10 WenmuZhou

Thanks, @WenmuZhou , is there any documentation about it? I'd like to learn more about it.

mazatov avatar Oct 13 '22 11:10 mazatov

no, you can read the code

WenmuZhou avatar Nov 04 '22 06:11 WenmuZhou