{ "info": { "author": "Daniel Suess", "author_email": "daniel@dsuess.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "D.E. Bobo - Detection Evaluation for Bounding Boxes\n===================================================\n\n
\n \n
\n\nDEBobo is a library providing an easy-to-use evaluation code for object detection models. \nIt's main motivation was to replace the part of [pycocotools](https://github.com/cocodataset/cocoapi/tree/master/PythonAPI/pycocotools) responsible for evaluation as it doesn't work well with custom datasets.\nAdditionally, I found the workflow of pycocotools doesn't work well with high-level training libraries such as [ignite](https://github.com/pytorch/ignite). \n\n\n## Installation\n\nMost end users should be able to get away with\n\n```\npip install debobo\n```\n\nFor development, install the library with symlinks and with the additional test requirements using\n\n```\npip install -e .[test]\n```\n\nTo run the tests, first download the test-data using `./fetch_testdata.sh`. \nThe test is run via \n\n```\npytest tests/\n```\n\nIt compares the results obtained from debobo to the result obtained using pycocotools.\n\n\n## Usage\n\nWe provide ready-to-use metrics for ignite in `debobo.adapters.ignite`. \nFeel free to request other adapters as an issue.\nAlso, check the [tests](tests/test_detection.py) for how to use the low-level routines.\n\n\n## Thanks\n\nThanks to [@martiningram](https://github.com/martiningram/) for the header image.", "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/dseuss/debobo.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "debobo", "package_url": "https://pypi.org/project/debobo/", "platform": "", "project_url": "https://pypi.org/project/debobo/", "project_urls": { "Homepage": "https://github.com/dseuss/debobo.git" }, "release_url": "https://pypi.org/project/debobo/0.1.6/", "requires_dist": null, "requires_python": "", "summary": "Package for evaluating object detection models", "version": "0.1.6" }, "last_serial": 5533235, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "acb937d36ab71c7167bcf3fde9e7e8c4", "sha256": "f3f3f871e695a91902eb48ea480ebe09dc56bc49dfde72c275c23475a3ced508" }, "downloads": -1, "filename": "debobo-0.1.1.tar.gz", "has_sig": false, "md5_digest": "acb937d36ab71c7167bcf3fde9e7e8c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3735, "upload_time": "2019-03-29T00:25:32", "url": "https://files.pythonhosted.org/packages/9c/a8/d7af53f6eaff9e1807cd07592fcf2f79e3dce7924eb78c9a5ee95f0cecca/debobo-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "830f6b5e4a94e71f0a884fce996304bb", "sha256": "b40fb99eec90d2ce0299e6107f80fbd64a78f485f60707e117cdfddaedd2a4d1" }, "downloads": -1, "filename": "debobo-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "830f6b5e4a94e71f0a884fce996304bb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9728, "upload_time": "2019-06-05T02:22:44", "url": "https://files.pythonhosted.org/packages/ff/03/c4ad0685c31ea673c076565376d3788836dbb467cf836687c3488a897f14/debobo-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd3842f93f3062d833224d5610658171", "sha256": "e45b1df0f75dc42734288f3554faaafae43c0a530280baa270fe0ca4520d3baa" }, "downloads": -1, "filename": "debobo-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dd3842f93f3062d833224d5610658171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5579, "upload_time": "2019-06-05T02:22:47", "url": "https://files.pythonhosted.org/packages/8a/09/c5a74f8935361fef528d50e85e28cbbe9ca97a3272c1e9efe2f9d8b8b097/debobo-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8867c5d521f6df0dd70d42b6a2699baa", "sha256": "7ef7227ddaa86b28eeb0d0dbc2844167fac08b08644d89ef35eb6da02e278d3f" }, "downloads": -1, "filename": "debobo-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8867c5d521f6df0dd70d42b6a2699baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6653, "upload_time": "2019-07-08T06:10:54", "url": "https://files.pythonhosted.org/packages/f8/49/bf1ccb01de5794f23cd6b783a2c122ee75d2219d057cd89463e02d5c3072/debobo-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "8c298ad1fe685866fe63bbdb4728328b", "sha256": "75fd743c6414450866086ba4a9584d57ab443694b8956f5b09a67ffe87bc7ad4" }, "downloads": -1, "filename": "debobo-0.1.4.tar.gz", "has_sig": false, "md5_digest": "8c298ad1fe685866fe63bbdb4728328b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6719, "upload_time": "2019-07-10T06:38:27", "url": "https://files.pythonhosted.org/packages/4f/97/a64192dd5791e1c2400b82d94b548890d42b57619f66bfed3026ef8fcc85/debobo-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c31ef212454741c8c0439ae642cea113", "sha256": "da52e51ee272bedd7730379d2f956b23657444190256c989c0b5a3ddebea66c7" }, "downloads": -1, "filename": "debobo-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c31ef212454741c8c0439ae642cea113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6787, "upload_time": "2019-07-15T05:45:39", "url": "https://files.pythonhosted.org/packages/01/35/f85a11e550682fa2d1ac663eb225683f36d3c3a5b970fdaad1c7c312456c/debobo-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "42571f58db1265bb9245b69e2b471d59", "sha256": "66ea86f84fe0b1144f4e39a0fdc24dad3b40520edbfaf269428318d66f70a503" }, "downloads": -1, "filename": "debobo-0.1.6.tar.gz", "has_sig": false, "md5_digest": "42571f58db1265bb9245b69e2b471d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6806, "upload_time": "2019-07-15T05:57:05", "url": "https://files.pythonhosted.org/packages/61/59/a3b57cab8a73317ce5454afa3167752162b9e9cda167178e0723ce4af8f7/debobo-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42571f58db1265bb9245b69e2b471d59", "sha256": "66ea86f84fe0b1144f4e39a0fdc24dad3b40520edbfaf269428318d66f70a503" }, "downloads": -1, "filename": "debobo-0.1.6.tar.gz", "has_sig": false, "md5_digest": "42571f58db1265bb9245b69e2b471d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6806, "upload_time": "2019-07-15T05:57:05", "url": "https://files.pythonhosted.org/packages/61/59/a3b57cab8a73317ce5454afa3167752162b9e9cda167178e0723ce4af8f7/debobo-0.1.6.tar.gz" } ] }