Signature-Verification_System_using_YOLOv5-and-CycleGAN icon indicating copy to clipboard operation
Signature-Verification_System_using_YOLOv5-and-CycleGAN copied to clipboard

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 /...

Results 14 Signature-Verification_System_using_YOLOv5-and-CycleGAN issues
Sort by recently updated
recently updated
newest added

Ii is not possible lead saved_model.pb because it is trained with TPU and I think it is necessary to set experimental_io_device, otherwise error occur trying to find temporary folder where...

I guess your model weights files are corrupted, can you please check. I am unable to use your model weights for direct inferences.

Hi! I'm trying to run this and come across this error while compiling. `InvalidArgumentError Traceback (most recent call last) [](https://localhost:8080/#) in () 14 batch_size=64, 15 validation_data=test_generator, ---> 16 callbacks=[early_stopping]) 17...