Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gender_model.pickle file should be in binary format instead of text? #7

Open
Luke1962 opened this issue Aug 9, 2019 · 0 comments
Open

Comments

@Luke1962
Copy link

Luke1962 commented Aug 9, 2019

When I run face_recognition_node.py , now I receive this message and the node dies.

process[ros_face_recognition-1]: started with pid [14644]
Traceback (most recent call last):
  File "/home/luca/ros/src/ros_face_recognition/scripts/face_recognition_no
    import face_api
  File "/home/luca/ros/src/ros_face_recognition/scripts/face_api.py", line
    _classifier = pickle.load(open(os.path.join(os.path.join(_base_dir, "da
TypeError: a bytes-like object is required, not 'str'

May be the file gender_model.pickle should be in binay format instead of text ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant