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
147 stars 55 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'SOURCE/yolo_files/best.pt' #13

Open anticrusader opened 10 months ago

anticrusader commented 10 months ago

im using streamlit 1.3.1 and python 3.10.1, but whenever i run the app and click on "Detect signature" button. it show me the error

sohailziahh commented 8 months ago

the error is very straightforward. it's missing the weight files. u need to download the relevant yolo weight file. The link to downloaded is in the readme file

nooruzb commented 3 months ago

I encountered the same issue, didn't find the link to download the yolo weight file. Can you please specify the path from where I can download it. Thank you!