{ "info": { "author": "Samson Wang", "author_email": "samson.c.wang@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# cython_bbox\n\ncython_bbox is widely used in object detection tasks. To my best knowledge, it was first implemented in [Faster-RCNN](https://github.com/rbgirshick/py-faster-rcnn). Since then, almost all object detection projects use the source code directly.\n\nIn order to use it in standalone code snippets or small projects, I make it a pypi module. The `cython_bbox.pyx` is totally borrowed from [Faster-RCNN](https://github.com/rbgirshick/py-faster-rcnn). Thanks [RBG](http://www.rossgirshick.info/)!\n\n## install\n\n```\npip install cython_bbox\n```\n\n## usage\n\n\n```\nfrom cython_bbox import bbox_overlaps\noverlaps = bbox_overlaps(\n np.ascontiguousarray(dt, dtype=np.float32),\n np.ascontiguousarray(gt, dtype=np.float32)\n )\n\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/samson-wang/cython_bbox.git", "keywords": "cython_bbox", "license": "", "maintainer": "", "maintainer_email": "", "name": "cython-bbox", "package_url": "https://pypi.org/project/cython-bbox/", "platform": "", "project_url": "https://pypi.org/project/cython-bbox/", "project_urls": { "Homepage": "https://github.com/samson-wang/cython_bbox.git" }, "release_url": "https://pypi.org/project/cython-bbox/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Standalone cython_bbox", "version": "0.1.3" }, "last_serial": 4288989, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "ce9fbc6e40bb318731aba80080acc6d1", "sha256": "81740b3b5e88be8ab12165fc6e176094ac71ef8bc12a27588fe94d85b6128c1c" }, "downloads": -1, "filename": "cython_bbox-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ce9fbc6e40bb318731aba80080acc6d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40300, "upload_time": "2018-09-19T15:07:55", "url": "https://files.pythonhosted.org/packages/be/50/21618d0e79554dadd44383a1448ae667941950e391e2d9f7cf1986a0a512/cython_bbox-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "dd726e4c938be5149945086a7ec123a0", "sha256": "82e2d887534ecc10d3507489a05b11259f3baacd29eee37e6d8c97e1ffb16554" }, "downloads": -1, "filename": "cython_bbox-0.1.3.tar.gz", "has_sig": false, "md5_digest": "dd726e4c938be5149945086a7ec123a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41251, "upload_time": "2018-09-19T15:24:47", "url": "https://files.pythonhosted.org/packages/fa/b9/fc7d60e8c3b29cc0ff24a3bb3c4b7457e10b7610fbb2893741b623487b34/cython_bbox-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd726e4c938be5149945086a7ec123a0", "sha256": "82e2d887534ecc10d3507489a05b11259f3baacd29eee37e6d8c97e1ffb16554" }, "downloads": -1, "filename": "cython_bbox-0.1.3.tar.gz", "has_sig": false, "md5_digest": "dd726e4c938be5149945086a7ec123a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41251, "upload_time": "2018-09-19T15:24:47", "url": "https://files.pythonhosted.org/packages/fa/b9/fc7d60e8c3b29cc0ff24a3bb3c4b7457e10b7610fbb2893741b623487b34/cython_bbox-0.1.3.tar.gz" } ] }