shobhitsrivastava-ds / Occlusion-based-face-detection

This project is all about an occlusion based face detecton model which could detect faces visible by about 60 to 70% in the live video footage.
MIT License
8 stars 0 forks source link

unicodeDecode erroe in face_vid.py file after executing the py file #1

Open ghost opened 4 years ago

ghost commented 4 years ago

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal not in range(128)

ghost commented 4 years ago

i thik you need to change the encod.pickel to encoding.picket in the following line in face_vid.py ap.add_argument("-e", "--encoding",default =os.path.join(os.getcwd(),"encoding.pickle"), help= "path to the encoding")

raunak1080 commented 3 years ago

Thank you @rapakateja

raunak1080 commented 3 years ago

i thik you need to change the encod.pickel to encoding.picket in the following line in face_vid.py ap.add_argument("-e", "--encoding",default =os.path.join(os.getcwd(),"encoding.pickle"), help= "path to the encoding")

I think it's encoding.pickle, and not encoding.picket