What Are Some Good Data Augmentation Techniques For Document Images?
I have 1000 resume in png format and I am implementing MaskRcnn for object detection. What data augmentation techniques can I use to improve the mask Rcnn performance?
Solution 1:
I don't think MaskRCNN or other semantic segmentation or object detection tools are appropriate for this task. Look into OCR libraries such as Tesseract.
Post a Comment for "What Are Some Good Data Augmentation Techniques For Document Images?"