{ "info": { "author": "llz", "author_email": "hero1153@sina.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Info\n====\n`hd_llz 2019-02-26`\n\n`Author: Liu lizhen `\n\n`Copyright: This module has been placed in the public domain.`\n\n`version:0.0.0.1`\n\nClasses:\n- `hand_detector`: detect the hand in the image\n\nFunctions:\n\n- `test()`: test function\n- `hand_detector()`: a class\n- `hand_detector.detect_hand_predict(image)`: return the number of hand, hand position,and the confidense\n\nHow To Use This Module\n======================\n.. image:: funny.gif\n :height: 100px\n :width: 100px\n :alt: funny cat picture\n :align: center\n\n1. example code:\n\nsudo pip install tensorflow==1.5.0\n- code:: python\n\nfrom hd_llz import hand_detection as hd\n\nimport cv2\n\nhd1=hd.hand_detector()\n\nhd1.test()\n\n\nhd3=hd.hand_detector()\n\nimf=os.path.join(self.site_package_path,'test.jpg')\n\nprint imf\n\nimage=cv2.imread(imf)\n\nprint(hd3.detect_hand_predict(image))\n\n\nRefresh\n========\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hand-detector-test", "package_url": "https://pypi.org/project/hand-detector-test/", "platform": "any", "project_url": "https://pypi.org/project/hand-detector-test/", "project_urls": null, "release_url": "https://pypi.org/project/hand-detector-test/0.0.0.3/", "requires_dist": null, "requires_python": "", "summary": "This is an installation package that detects the hand of the video.", "version": "0.0.0.3" }, "last_serial": 4869559, "releases": { "0.0.0.3": [ { "comment_text": "", "digests": { "md5": "051176f60bcd2cef0b9043a3b80c09d7", "sha256": "6183fbccaac9b1ccd2709f8de0f29544e97d800ccd1431dcff3ade5687fbe3c3" }, "downloads": -1, "filename": "hand_detector_test-0.0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "051176f60bcd2cef0b9043a3b80c09d7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 50622430, "upload_time": "2019-02-26T12:46:47", "url": "https://files.pythonhosted.org/packages/c0/d6/6fa1c7caa7c45df128d49552f10ce2b4fc70d66e360e4e195899a5f29edb/hand_detector_test-0.0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01ec0294c35a99a3c1caa84bd1f1336a", "sha256": "b57062e25984d0e6dab2ad349bef5662f964dc3647020800c4559f1e2f6325b0" }, "downloads": -1, "filename": "hand_detector_test-0.0.0.3.tar.gz", "has_sig": false, "md5_digest": "01ec0294c35a99a3c1caa84bd1f1336a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303582, "upload_time": "2019-02-26T12:46:54", "url": "https://files.pythonhosted.org/packages/6a/2e/79556cc8522b6ce2e9fe27d31a1150e927743f53f6849847185d44a51877/hand_detector_test-0.0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "051176f60bcd2cef0b9043a3b80c09d7", "sha256": "6183fbccaac9b1ccd2709f8de0f29544e97d800ccd1431dcff3ade5687fbe3c3" }, "downloads": -1, "filename": "hand_detector_test-0.0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "051176f60bcd2cef0b9043a3b80c09d7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 50622430, "upload_time": "2019-02-26T12:46:47", "url": "https://files.pythonhosted.org/packages/c0/d6/6fa1c7caa7c45df128d49552f10ce2b4fc70d66e360e4e195899a5f29edb/hand_detector_test-0.0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01ec0294c35a99a3c1caa84bd1f1336a", "sha256": "b57062e25984d0e6dab2ad349bef5662f964dc3647020800c4559f1e2f6325b0" }, "downloads": -1, "filename": "hand_detector_test-0.0.0.3.tar.gz", "has_sig": false, "md5_digest": "01ec0294c35a99a3c1caa84bd1f1336a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 303582, "upload_time": "2019-02-26T12:46:54", "url": "https://files.pythonhosted.org/packages/6a/2e/79556cc8522b6ce2e9fe27d31a1150e927743f53f6849847185d44a51877/hand_detector_test-0.0.0.3.tar.gz" } ] }