다양한 Form 양식에서의 서명 검증 솔루션
ROILocation = namedtuple("ROILocation ", ["id", "bbox"])
ROI_LOCATIONS = [ROILocation ("signiture1", (1260, 425, 280, 40)),
ROILocation ("signiture2", (1260, 525, 280, 40)),
ROILocation ("signiture3", (1260, 620, 280, 40)),
ROILocation ("signiture4", (1260, 1550, 280, 40))]
Convolutional Neural Network를 이용하여 서명/미서명 여부를 예측하는 모델을 생성
CNN architecture는 “SmallerVGGNet”을 이용