personable:基于Python的人员跟踪

时间:2021-04-27 13:12:13
【文件属性】:
文件名称:personable:基于Python的人员跟踪
文件大小:8KB
文件格式:ZIP
更新时间:2021-04-27 13:12:13
python computer-vision deep-learning facial-recognition human-pose-estimation 风度翩翩 personable是一个模块,用于处理人的逐帧跟踪,并具有通过人脸识别人的能力。 它利用了和库。 安装 安装主要通过pip完成,但tf_pose库除外,因为它未在pip上发布。 安装大多数要求: 要开始安装模块,请执行以下操作: $ git clone https://github.com/hlfshell/personable.git $ cd personable $ pip install . 张量流 我没有将tensorflow指定为要求,因为它可以与tensorflow或tensorflow-gpu模块一起运行。 如果可用,GPU显然将运行得更快。 安装tf_pose tf_pose的github页面在。 安装可以这样完成: $ git clone https://www.github.com/ildoonet/tf-openpose $ cd tf-open
【文件预览】:
personable-master
----setup.py(490B)
----.gitignore(6B)
----personable()
--------Person.py(5KB)
--------Tracker.py(7KB)
----__init__.py(0B)
----examples()
--------single_image.py(582B)
--------webcam.py(470B)
--------generate_encodings.py(662B)
----README.md(5KB)

网友评论