柯南小黑
Results
2
issues of
柯南小黑
是predict.py 有问题,33行写反了: height=int(result[2]) width=int(result[3]) 应该改为: width=int(result[2]) height=int(result[3])
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...