You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred: TypeError
expected str, bytes or os.PathLike object, not list
File "D:\Facial-Recognition-for-Crime-Detection-master\Facial-Recognition-for-Crime-Detection-master\home.py", line 440, in videoLoop
q=ntpath.basename(p)
TypeError: expected str, bytes or os.PathLike object, not list
what should we do here exactly can you give clarity on this please!
The text was updated successfully, but these errors were encountered:
Exception has occurred: TypeError
expected str, bytes or os.PathLike object, not list
File "D:\Facial-Recognition-for-Crime-Detection-master\Facial-Recognition-for-Crime-Detection-master\home.py", line 440, in videoLoop
q=ntpath.basename(p)
TypeError: expected str, bytes or os.PathLike object, not list
what should we do here exactly can you give clarity on this please!
The text was updated successfully, but these errors were encountered: