python project with neural networking

Job ID: 32980095

Budget: $30 – $250 USD

We are making a signature verification system . We have 2 models , first one is for training the pictures, and the second model is siamese model to compare the signatures. Now the flow is we are passing stack of 5 images. The second part is. We are separating the images , 4 images Are separated and average is taken and made 1 image. Siamese model take 2 inputs
1st is the average of the four images and the second input is the 5th Images remaining.
Actually we are trying to match the signature if both signature matches then the signature is of that person
All party is done except separating the images and taking average and converting into 1 image.
We need help with that.