Signature Detection (You Look Only Once, custom CNN)

code
Published

March 2021

Application of You Look Only Once(YOLO) method and custom CNN for customer’s signature detection.

  1. Base model - connected components method (idea - the longest amount of pixels in documents except of the tables/lines - is signature).
  2. Custom CNN (with transfer learning approach).
  3. You Look Only Once (YOLO) model.

To be described.