{ "info": { "author": "zhaomingming", "author_email": "13271929138@163.com", "bugtrack_url": null, "classifiers": [], "description": "# ai_face \nversion:0.0.1\n\nanalyze the face artribution in the image\nlike this:\n```\n# pip install ldm\nimport ldm\n# pip install ai_eye\nfrom ai_face import *\nfrom skimage import io\n\nimagepath=\"closed_eye/10.jfif\"\nldmer=ldm.LDM()\nimg=io.imread(imagepath)\nldl,facel,helptxt=ldmer.landmarks(img)\nprint helptxt\nprint 'face_num:'\nprint face_num(facel)\nprint 'face_avre_rate:'\nprint face_area_rate(img,facel)\nprint 'face_center_degree:'\nprint face_center_degree(img,facel)\nprint 'face_direction:'\nprint face_direction(facel)\nprint 'face_feature:'\nprint face_feature(img,facel)\nprint 'face_compare:'\nfeature1=face_feature(img,facel)\nfeature2=face_feature(img,facel)\nprint compare2facefeature(feature1,feature2)\n\n``` \n20180524\nanjiang", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.zhaomingming.cn", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ai-face", "package_url": "https://pypi.org/project/ai-face/", "platform": "any", "project_url": "https://pypi.org/project/ai-face/", "project_urls": { "Homepage": "http://www.zhaomingming.cn" }, "release_url": "https://pypi.org/project/ai-face/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "analyze the face of the face in the image", "version": "0.0.1" }, "last_serial": 3895352, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "817d9cccf60ec79210bef02962060143", "sha256": "b117abb04fb5a4e3e7c213676889cab66149e5ea134a6653b5ec9acce43a7d1a" }, "downloads": -1, "filename": "ai_face-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "817d9cccf60ec79210bef02962060143", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1210, "upload_time": "2018-05-24T13:58:55", "url": "https://files.pythonhosted.org/packages/59/e3/64acbf5ebb97977465391ceb4e19926a5255ede5ad7d9b9926b51ffd8073/ai_face-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6c2e2f0455d6bd30403f7c24c385ebbf", "sha256": "e5eb228d1d50e89b4b935eac021855a27bae7a36edfc2bcd37cacb4dcc0fbc1b" }, "downloads": -1, "filename": "ai_face-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6c2e2f0455d6bd30403f7c24c385ebbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1283, "upload_time": "2018-05-24T13:58:56", "url": "https://files.pythonhosted.org/packages/94/47/5e74d9a87a1422d989cb2c92218b2d48e085db4eddb12bbbdc555354e8e9/ai_face-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "817d9cccf60ec79210bef02962060143", "sha256": "b117abb04fb5a4e3e7c213676889cab66149e5ea134a6653b5ec9acce43a7d1a" }, "downloads": -1, "filename": "ai_face-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "817d9cccf60ec79210bef02962060143", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1210, "upload_time": "2018-05-24T13:58:55", "url": "https://files.pythonhosted.org/packages/59/e3/64acbf5ebb97977465391ceb4e19926a5255ede5ad7d9b9926b51ffd8073/ai_face-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6c2e2f0455d6bd30403f7c24c385ebbf", "sha256": "e5eb228d1d50e89b4b935eac021855a27bae7a36edfc2bcd37cacb4dcc0fbc1b" }, "downloads": -1, "filename": "ai_face-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6c2e2f0455d6bd30403f7c24c385ebbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1283, "upload_time": "2018-05-24T13:58:56", "url": "https://files.pythonhosted.org/packages/94/47/5e74d9a87a1422d989cb2c92218b2d48e085db4eddb12bbbdc555354e8e9/ai_face-0.0.1.tar.gz" } ] }