Aftaab99 / OfflineSignatureVerification

Writer independent offline signature verification using convolutional siamese networks
MIT License
84 stars 29 forks source link

About the dataset splitting way #29

Open huohuaqi opened 2 years ago

huohuaqi commented 2 years ago

In the paper [SigNet:.... Signature Verification], its author use the way that 'select 50 signer in total 55 signer' to split the train set and test set. However in this project code, you use the random select 13500*2 positive and negtive sample, and then 'train_test_split(data, test_size=0.15)'. By your way, it's more easy too much than the original method in the paper!!

So, in order to prove the effect of SigNet, I suggest that Reappearance must be same!