luizgh / sigver_wiwd

Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.
https://www.etsmtl.ca/Unites-de-recherche/LIVIA/Recherche-et-innovation/Projets/Signature-Verification
BSD 2-Clause "Simplified" License
141 stars 52 forks source link

No such file or directory: 'models/signet.pkl' #18

Closed drive-deep closed 5 years ago

drive-deep commented 5 years ago

sir i am getting error No such file or directory: 'models/signet.pkl'

IOErrorTraceback (most recent call last)

in () ----> 1 model = CNNModel(signet, model_weight_path) /content/drive/My Drive/sigver_wiwd-master/cnn_model.py in __init__(self, model_factory, model_weight_path) 18 model_weights_path (str): A file containing the trained weights 19 """ ---> 20 with open(model_weight_path, 'rb') as f: 21 if six.PY2: 22 model_params = cPickle.load(f) IOError: [Errno 2] No such file or directory: 'models/signet.pkl'