Open mrfan98 opened 1 year ago
怎么弄的啊大佬
解决了,使用cv2.imencode即可 大佬,可以具体说说怎么改吗??在哪的地方改呢?
使用Pillow保存图像就行了,OpenCV默认不支持非ASCII字符路径 img_pil = Image.fromarray(self.face_ROI_image) img_pil.save(self.current_face_dir + "/imgface" + str(self.ss_cnt) + ".jpg")
好的大佬,非常感谢
丁嘉欣 @.***
河南大学
---原始邮件--- 发件人: @.> 发送时间: 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: @.***>
解决了,使用cv2.imencode即可