『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
楼主: lidicn

[插件集成] 百度人脸识别【更新V126】【适配HA0.73】

  [复制链接]

22

主题

519

帖子

1608

积分

金牌会员

Rank: 6Rank: 6

积分
1608
金钱
1089
HASS币
10
发表于 2019-2-15 14:54:34 | 显示全部楼层
楼主好强大啊 感谢
回复

使用道具 举报

9

主题

102

帖子

387

积分

中级会员

Rank: 3Rank: 3

积分
387
金钱
285
HASS币
0
发表于 2019-2-15 22:13:19 | 显示全部楼层
膜拜大佬,感谢楼主分享
回复

使用道具 举报

1

主题

31

帖子

120

积分

注册会员

Rank: 2

积分
120
金钱
89
HASS币
0
发表于 2019-2-16 01:09:50 | 显示全部楼层
makr,好好学习
回复

使用道具 举报

0

主题

33

帖子

153

积分

注册会员

Rank: 2

积分
153
金钱
120
HASS币
0
发表于 2019-2-20 09:01:11 | 显示全部楼层
看看。。。。。。。。。。。。。。。。。。
回复

使用道具 举报

0

主题

6

帖子

52

积分

注册会员

Rank: 2

积分
52
金钱
46
HASS币
0
发表于 2019-2-21 08:58:00 | 显示全部楼层
你咋不上天呢~~这么牛皮~
回复

使用道具 举报

5

主题

183

帖子

1388

积分

论坛积极会员

Real

积分
1388
金钱
1200
HASS币
0
发表于 2019-2-21 11:52:10 | 显示全部楼层
接好摄像头了,学习怎么用人脸识别
回复

使用道具 举报

22

主题

519

帖子

1608

积分

金牌会员

Rank: 6Rank: 6

积分
1608
金钱
1089
HASS币
10
发表于 2019-2-22 11:17:11 | 显示全部楼层
本帖最后由 pigcais 于 2019-2-23 14:17 编辑
camera:
  - platform: ffmpeg
    input: -rtsp_transport tcp -i [url=rtsp://admin:[email protected]:554]rtsp://admin:[email protected]:554[/url]
    ffmpeg_bin: /config/facerecognition
    name: camera001
    extra_arguments: -pred 1 -q:v 2 -s 720x480

    source:
     - entity_id: camera.lidicn_web_cam
       name: faceRec


日志一直报如下错误
2019-02-23 09:16:44 ERROR (MainThread) [homeassistant.components.image_processing] Error on receive image from entity: Camera not found
2019-02-23 09:16:44 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (sqlite3.OperationalError) no such table: events [SQL: 'INSERT INTO events (event_type, event_data, origin, time_fired, created, context_id, context_user_id) VALUES (?, ?, ?, ?, ?, ?, ?)'] [parameters: ('state_changed', '{"entity_id": "camera.facerec", "old_state": {"entity_id": "camera.facerec", "state": "idle", "attributes": {"access_token": "a7727cb7bc7ef095f67dad3 ... (767 characters truncated) ... T03:12:02.896171+00:00", "last_updated": "2019-02-23T01:11:15.007399+00:00", "context": {"id": "3c253144644749c9b4d2785f15ceeaa5", "user_id": null}}}', 'LOCAL', '2019-02-23 01:11:15.007627', '2019-02-23 01:16:44.552000', '3c253144644749c9b4d2785f15ceeaa5', None)] (Background on this error at: http://sqlalche.me/e/e3q8)
2019-02-23 09:16:44 ERROR (Recorder) [homeassistant.components.recorder] Error in database connectivity: (sqlite3.OperationalError) no such table: events [SQL: 'INSERT INTO events (event_type, event_data, origin, time_fired, created, context_id, context_user_id) VALUES (?, ?, ?, ?, ?, ?, ?)'] [parameters: ('state_changed', '{"entity_id": "camera.facerec", "old_state": {"entity_id": "camera.facerec", "state": "idle", "attributes": {"access_token": "a7727cb7bc7ef095f67dad3 ... (767 characters truncated) ... T03:12:02.896171+00:00", "last_updated": "2019-02-23T01:11:15.007399+00:00", "context": {"id": "3c253144644749c9b4d2785f15ceeaa5", "user_id": null}}}', 'LOCAL', '2019-02-23 01:11:15.007627', '2019-02-23 01:16:44.552000', '3c253144644749c9b4d2785f15ceeaa5', None)] (Background on this error at: http://sqlalche.me/e/e3q8). (retrying in 3 seconds)



回复

使用道具 举报

219

主题

1287

帖子

7945

积分

超级版主

Rank: 8Rank: 8

积分
7945
金钱
6628
HASS币
86

教程狂人论坛风云人物突出贡献

 楼主| 发表于 2019-2-23 17:57:41 | 显示全部楼层
guessai 发表于 2019-2-3 17:18
我用DOCKER弄的HA
這樣的話snapshot_filepath會是甚麼呢?
嘗試過了

应该是第一个路径吧, 群晖不太了解

注册人脸可以到百度后台注册, 更加方便.   还支持同时上传多张照片
回复

使用道具 举报

219

主题

1287

帖子

7945

积分

超级版主

Rank: 8Rank: 8

积分
7945
金钱
6628
HASS币
86

教程狂人论坛风云人物突出贡献

 楼主| 发表于 2019-2-23 21:20:59 | 显示全部楼层
pigcais 发表于 2019-2-22 11:17
[code]camera:
  - platform: ffmpeg
    input: -rtsp_transport tcp -i rtsp:// ...

camera.lidicn_web_cam 要换成你的camera的entity id
回复

使用道具 举报

22

主题

519

帖子

1608

积分

金牌会员

Rank: 6Rank: 6

积分
1608
金钱
1089
HASS币
10
发表于 2019-2-25 10:13:58 | 显示全部楼层
lidicn 发表于 2019-2-23 21:20
camera.lidicn_web_cam 要换成你的camera的entity id

谢谢,又出现新问题,
我的是用的N1刷的hassio,日志提示没找到摄像头图片,日志如下:
2019-02-25 10:12:02 WARNING (MainThread) [custom_components.image_processing] Updating baidu_face_indentify image_processing took longer than the scheduled update interval 0:00:01
2019-02-25 10:12:02 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.3.165
2019-02-25 10:12:02 ERROR (MainThread) [homeassistant.helpers.entity] Update for image_processing.facerec fails
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
    await self.async_device_update()
  File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 347, in async_device_update
    await self.async_update()
  File "/usr/local/lib/python3.6/site-packages/homeassistant/components/image_processing/__init__.py", line 138, in async_update
    await self.async_process_image(image.content)
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/image_processing/baidu_face_indentify.py", line 412, in process_image
    self.get_picture()
  File "/config/custom_components/image_processing/baidu_face_indentify.py", line 398, in get_picture
    with open(self.unknowns_face_path, 'wb') as fo:
FileNotFoundError: [Errno 2] No such file or directory: '/config/facerecognition/face.jpg'


配置目录为:snapshot_filepath: /config/facerecognition

手动创建了几个目录,权限为0777,如下图


目录1.jpg 目录2.jpg




回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-24 01:32 , Processed in 0.099490 second(s), 33 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表