mac run error:UnicodeDecodeError: 'ascii' codec can't decode byte 0xbc in position 24: ordinal not in range(128) · Issue #17 · bakwc/PornDetector · GitHub
More Web Proxy on the site http://driver.im/
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
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1741, in <module>
main()
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1735, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1135, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "/Users/apple/PycharmProjects/face/face_recognition/examples/porn/pornDect.py", line 4, in <module>
model.loadModel('model.bin')
File "/Users/apple/PycharmProjects/face/face_recognition/examples/porn/pcr.py", line 156, in loadModel
data = pickle.loads(data)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbc in position 24: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: