You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: