Skip to main content

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 function
  • hand_detector(): a class
  • hand_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

  1. example code:

sudo pip install tensorflow==1.5.0 .. code:: python from hd_llz import hand_detector as hd import cv2

hd1=hd.hand_detector()

hd1.test() hd3=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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hd_llz-0.0.0.2.tar.gz (303.5 kB view hashes)

Uploaded Source

Built Distribution

hd_llz-0.0.0.2-py2-none-any.whl (50.6 MB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page