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

Does not launch #5

Open francisjervis opened 2 years ago

francisjervis commented 2 years ago

First got an error that sklearn was not found, added it to requirements, now get this: AttributeError: module 'SessionState' has no attribute 'get' Traceback: File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/streamlit/script_runner.py", line 379, in _run_script exec(code, module.__dict__) File "/Volumes/SSD/francis/Downloads/Signature-Verification_System_using_YOLOv5-and-CycleGAN-master/Streamlit_App/ui.py", line 153, in <module> main() File "/Volumes/SSD/francis/Downloads/Signature-Verification_System_using_YOLOv5-and-CycleGAN-master/Streamlit_App/ui.py", line 116, in main session_state = SessionState.get(

anticrusader commented 10 months ago

Getting the same error. is there a workaround for this?

Satwik7020 commented 3 months ago

@francisjervis @anticrusader hey , is this repository ui file run properly by your side or any one else? i am also getting too much error can anyone help me?