ashutoshraj / SignatureRecognition

Signature Verification without using CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regarding wrong Output

basant01 opened this issue · comments

Hello, I had tried to run your code but for some of the images, the output is coming wrong. Can you please let me know what preprocessing steps are required on images for correct output ?

Can you elaborate what image format you are using, and what is the error?

Actually, when comparing two different images it's showing 87% match otherwise it should show images are different and I am comparing two jpg format images clicked from my phone and a standard dataset in which pictures are in png format.

I am using pyhton3 version and at starting it was showing an error of float so I convert it into an integer

This code is for Python 2 version. Try to run it and let me know if you face any problem.

4
1

Bro these are 2 images I am comparing both are not similar at all but its showing 86% match so please let me know whats problem?

have you tried to run your algorithm on another signature dataset?

yes, I have tried with different dataset and it worked.

I showed you above two images try to run for them it wont work

You need to tweak the algorithm according to the dataset. The core concept will be the same.

thats what I am asking tweaking part because I had already done some changes but not working. why we need to make changes I am not taking some other images ?

Need to be debugged. Currently not working on this. If you can debug and contribute to it, will be helpful.

you can check the score, I have scaled it between 100 for ease.