{ "info": { "author": "David Mascharka, Ryan Soklaski, Arjun Majumdar", "author_email": "davidmascharka@gmail.com, rsoklaski@gmail.com, arjun.majum@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "detection-utils provides utilities that are common across many object detection projects.\nThis includes things like:\n\n- Box overlap computation (IoU)\n- Precision and recall calculations\n- Computing targets for training a detector given a set of ground-truth objects and anchor boxes\n- Non-maximum suppression\n- Coordinate transformation utilities\n- Focal loss\n\nAll the functions here are well-tested to ensure proper functionality and are used in real projects, so are\nintended to be enterprise-grade. This repository is meant to ensure that modifications and improvements that\nare implemented in one object detection project migrate to other projects as appropriate, to reduce code\n duplication, and to enable a quicker start to working on object detection.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/davidmascharka/detection-utils", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "detection-utils", "package_url": "https://pypi.org/project/detection-utils/", "platform": "", "project_url": "https://pypi.org/project/detection-utils/", "project_urls": { "Homepage": "https://github.com/davidmascharka/detection-utils" }, "release_url": "https://pypi.org/project/detection-utils/1.0.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Common functionality for object detection", "version": "1.0.0" }, "last_serial": 5376717, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "96db03b0fec97fa372a15cf7256a853f", "sha256": "bb63290ec1f84aa0b0e0db51c5d8493e48aa04a6c3664627b840f383d76b3807" }, "downloads": -1, "filename": "detection-utils-1.0.0.tar.gz", "has_sig": false, "md5_digest": "96db03b0fec97fa372a15cf7256a853f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 24170, "upload_time": "2019-06-09T02:53:47", "url": "https://files.pythonhosted.org/packages/d4/c2/0c2de88e547dedd4cf39bf6c6f8d108953dfa8df54620b78ff7f30dc677d/detection-utils-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96db03b0fec97fa372a15cf7256a853f", "sha256": "bb63290ec1f84aa0b0e0db51c5d8493e48aa04a6c3664627b840f383d76b3807" }, "downloads": -1, "filename": "detection-utils-1.0.0.tar.gz", "has_sig": false, "md5_digest": "96db03b0fec97fa372a15cf7256a853f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 24170, "upload_time": "2019-06-09T02:53:47", "url": "https://files.pythonhosted.org/packages/d4/c2/0c2de88e547dedd4cf39bf6c6f8d108953dfa8df54620b78ff7f30dc677d/detection-utils-1.0.0.tar.gz" } ] }