play.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:party-pi 作者: JustinShenk 项目源码 文件源码
def take_photo(self):
        """ Take photo and prepare to write, then send to PyImgur (optional).

        """
        faces = detect_faces(face_detection, self.photo)
        gray_image = cv2.cvtColor(self.photo, cv2.COLOR_RGB2GRAY)
        self.draw_hats(self.photo, faces)
        player_data = self.predict_emotions(faces, gray_image)
        self.rank_players(player_data)
        self.save_photo()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号