{ "info": { "author": "Paul Jones", "author_email": "paulj51299@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Programming Language :: Python :: 3" ], "description": "# autoevalimg\n\nThis tool is designed to save time evaluating images in a reference image library with the ARCore image evaluator. This will automate the process onto a folder of images and will output the results to a text file. More information can be found [here](https://developers.google.com/ar/develop/java/augmented-images/arcoreimg).\n\n## Installation\n\nInstall the package with pip\n```\npip install autoevalimg\n```\n\nOpen a python interpreter in the terminal\n```\npython\n```\n\nImport the package\n```\nimport autoevalimg\n```\n\nReference the folder of images to evaluate\n```\nmng = AutoEvalImgManager(\"path/to/images/folder\")\n```\n\nRun the evaluator\n```\nmng.get_results()\n```\n\nOpen results.txt for all of the scores of the images", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/paulmj7/autoevalimg", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "autoevalimg", "package_url": "https://pypi.org/project/autoevalimg/", "platform": "", "project_url": "https://pypi.org/project/autoevalimg/", "project_urls": { "Homepage": "https://github.com/paulmj7/autoevalimg" }, "release_url": "https://pypi.org/project/autoevalimg/1.0/", "requires_dist": null, "requires_python": "", "summary": "Automation tool to use Unity ARCore image evaluator on multiple images", "version": "1.0" }, "last_serial": 5998875, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4f6c81f8652130e020ff5c2793f1da6f", "sha256": "aead6c4397aa4007b0de5a7827a23c10598e995f9b45c238f6ca2b61e93be631" }, "downloads": -1, "filename": "autoevalimg-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4f6c81f8652130e020ff5c2793f1da6f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2260, "upload_time": "2019-10-11T05:23:56", "url": "https://files.pythonhosted.org/packages/2b/22/fef745b0263935a9ea34ea3dedb3e71b6215f751a105c745536520e65e09/autoevalimg-0.1-py3-none-any.whl" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "66eac661ecda3f83cdec50fb517641f4", "sha256": "dd714049ef49add638980b71537a6346ba090b4dd79db583434a2546638bfb94" }, "downloads": -1, "filename": "autoevalimg-1.0.tar.gz", "has_sig": false, "md5_digest": "66eac661ecda3f83cdec50fb517641f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1448, "upload_time": "2019-10-19T06:26:39", "url": "https://files.pythonhosted.org/packages/b8/2c/283f021b9d1a89365f8a440eec7aa5e243e6725402d1cd2f1c9fe246c8d0/autoevalimg-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "66eac661ecda3f83cdec50fb517641f4", "sha256": "dd714049ef49add638980b71537a6346ba090b4dd79db583434a2546638bfb94" }, "downloads": -1, "filename": "autoevalimg-1.0.tar.gz", "has_sig": false, "md5_digest": "66eac661ecda3f83cdec50fb517641f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1448, "upload_time": "2019-10-19T06:26:39", "url": "https://files.pythonhosted.org/packages/b8/2c/283f021b9d1a89365f8a440eec7aa5e243e6725402d1cd2f1c9fe246c8d0/autoevalimg-1.0.tar.gz" } ] }