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
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 ?
The text was updated successfully, but these errors were encountered:
When I run face_recognition_node.py , now I receive this message and the node dies.
May be the file gender_model.pickle should be in binay format instead of text ?
The text was updated successfully, but these errors were encountered: