coneypo / Dlib_face_recognition_from_camera

Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
http://www.cnblogs.com/AdaminXie/p/9010298.html
MIT License
2.06k stars 571 forks source link

运行get_faces_from_camera_tkinter.py输入中文名,保存图片时 显示保存成功,但目录下没有,英文名字则没问题 #63

Open mrfan98 opened 1 year ago

mrfan98 commented 1 year ago

解决了,使用cv2.imencode即可

Xiaopacai-xnld commented 1 year ago

怎么弄的啊大佬

1107dingjiaxin commented 1 year ago

解决了,使用cv2.imencode即可 大佬,可以具体说说怎么改吗??在哪的地方改呢?

coni233 commented 3 weeks ago

使用Pillow保存图像就行了,OpenCV默认不支持非ASCII字符路径 img_pil = Image.fromarray(self.face_ROI_image) img_pil.save(self.current_face_dir + "/imgface" + str(self.ss_cnt) + ".jpg")

1107dingjiaxin commented 3 weeks ago

好的大佬,非常感谢

丁嘉欣 @.***

河南大学

---原始邮件--- 发件人: @.> 发送时间: 2024年11月4日(周一) 下午4:53 收件人: @.>; 抄送: @.**@.>; 主题: Re: [coneypo/Dlib_face_recognition_from_camera] 运行get_faces_from_camera_tkinter.py输入中文名,保存图片时 显示保存成功,但目录下没有,英文名字则没问题 (Issue #63)

使用Pillow保存图像就行了,OpenCV默认不支持非ASCII字符路径 img_pil = Image.fromarray(self.face_ROI_image) img_pil.save(self.current_face_dir + "/imgface" + str(self.ss_cnt) + ".jpg")

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>