This is an installation package that detects the hand of the video.
Project description
Info
hd_llz 2019-02-26
Author: Liu lizhen <hero1153@sina.com>
Copyright: This module has been placed in the public domain.
version:0.0.0.1
Classes:
hand_detector: detect the hand in the image
Functions:
test(): test functionhand_detector(): a classhand_detector.detect_hand_predict(image): return the number of hand, hand position,and the confidense
How To Use This Module
.. image:: funny.gif :height: 100px :width: 100px :alt: funny cat picture :align: center
- example code:
sudo pip install tensorflow==1.5.0
- code:: python
from hd_llz import hand_detection as hd
import cv2
hd1=hd.hand_detector()
hd1.test()
hd3=hd.hand_detector()
imf=os.path.join(self.site_package_path,'test.jpg')
print imf
image=cv2.imread(imf)
print(hd3.detect_hand_predict(image))
Refresh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hd_llz-0.0.0.1.tar.gz.
File metadata
- Download URL: hd_llz-0.0.0.1.tar.gz
- Upload date:
- Size: 303.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75c8812cc2db3f56b08389e7b7f225a6d5e7320c83ab082f626b48a8668b0c1c
|
|
| MD5 |
d7ef17d98d77d78e750dfc20ee60d25f
|
|
| BLAKE2b-256 |
6c1dfc5e11db5a8f8de2fdd7b6e28390141c5b64eb9f191c6b7cc4d442b45ea9
|
File details
Details for the file hd_llz-0.0.0.1-py2-none-any.whl.
File metadata
- Download URL: hd_llz-0.0.0.1-py2-none-any.whl
- Upload date:
- Size: 50.6 MB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f1dd5f47f0b2ff2123dc818d8140ab48b4c289c9f63f60e3042cf94efe7f8a
|
|
| MD5 |
c0482cb9b03200b6779a2a5aaa454843
|
|
| BLAKE2b-256 |
c154702e8aa752d25697978ea025d2a99391ee4ef0d436e5d51ae994b0407941
|