ashutoshraj / SignatureRecognition

Signature Verification without using CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run on a Xserver less machine

vfbsilva opened this issue · comments

Hello I seem to hit an error from _tkinter.TclError: no display name and no $DISPLAY environment variable despite the fact I'm running with the --visual=False. What can I be missing?

You need to comment, wherever the GUI applications are running, such as plt.imshow or cv2.imshow commands in the code.