0

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?

hR 312
  • 824
  • 1
  • 9
  • 22

1 Answers1

0

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.

ezekiel
  • 427
  • 5
  • 20