HI i tried executing the program in this video .I did both copied from github and then typed it manually but nothing is working it is showing me the same error
File “Face_Detection.py”, line 14
faces = face_cascade.detectMultiScale(frame,1.3,5)
^
IndentationError: unindent does not match any outer indentation level
Im trying to troubleshoot this from hours even changed all tabs to spaces and vice versa in my atom editor but nothing is working