sigver_wiwd icon indicating copy to clipboard operation
sigver_wiwd copied to clipboard

Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.

Results 4 sigver_wiwd issues
Sort by recently updated
recently updated
newest added

Hello! I want to try running this code but my machine is not powerful enough for it. Would it be possible for this to run in google colaboratory?

Hi , is there any way i can use this signet_spp_300dpi and signet_spp_600dpi using tensor flow, as i do not want to use theano. My current setup is in tensorflow....

How to generate data/processed.npy Thank you

https://github.com/luizgh/sigver_wiwd/blob/3e509df4cebc5d8dbb083373a017e7d0cea4f0be/signet_spp_300dpi.py#L19 As shown in your paper "Table 1", this pooling layer is defined as "pool3-s2-p0", as such the code should be like this right? ``` net['large_pool4'] = MaxPool2DLayer(net['large_conv4'], pool_size=3, stride=2)```...