amaljoseph / Signature-Verification_System_using_YOLOv5-and-CycleGAN

An end-to-end signature verification system to extract, clean and verify signatures in documents. Signatures are detected using YOLOv5. Noise is cleaned using a CycleGAN approach and verified. Keras / Tensorflow / PyTorch
148 stars 56 forks source link

verification model is not working #8

Open iam-tarun opened 2 years ago

iam-tarun commented 2 years ago

while loading the model, it is asking for variables/variables in models folder with different path

xxxpsyduck commented 1 year ago

@amaljoseph hi. Can you give us the variables folder too?

RHartmann-hub commented 1 year ago

Is this solved? I have the same issue.

Marbyun commented 10 months ago

hi guys, did you know to use this repo but just for the verify the signature, no need to do detection and cleansing. I just want to use the verify one. thanks!

nooruzb commented 4 months ago

@Marbyun Did you find any inputs on how to use Verify only? I am looking for the same as well.

txsing commented 4 months ago

@Marbyun Did you find any inputs on how to use Verify only? I am looking for the same as well.

I met the same issue, my solution is to follow up the author's training Jupiter notebook to train one by myself. It is kind of straightforward and does not take much time.

Satwik7020 commented 4 months ago

@txsing Hey! is this repostiory run on your device ? can u help i am getting some errors