lanms-neo


Namelanms-neo JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/gen-ko/lanms-neo
SummaryStandalone Locality-Aware NMS module.
upload_time2021-08-21 02:20:29
maintainer
docs_urlNone
authorgen-ko
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lanms-neo
Implements Locality-Aware NMS from [EAST](https://github.com/argman/EAST) that may be used across other frameworks like [mmocr](https://github.com/open-mmlab/mmocr).

## Install
`pip install lanms-neo`

## Use
```python
from lanms import merge_quadrangle_n9 as la_nms
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gen-ko/lanms-neo",
    "name": "lanms-neo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "gen-ko",
    "author_email": "yuanl5@alumni.cmu.edu",
    "download_url": "https://files.pythonhosted.org/packages/7b/fe/beff7e7e4455cb9f69c5734897ca8552a57f6423b062ec86b2ebc1d79c0d/lanms_neo-1.0.2.tar.gz",
    "platform": "",
    "description": "# lanms-neo\nImplements Locality-Aware NMS from [EAST](https://github.com/argman/EAST) that may be used across other frameworks like [mmocr](https://github.com/open-mmlab/mmocr).\n\n## Install\n`pip install lanms-neo`\n\n## Use\n```python\nfrom lanms import merge_quadrangle_n9 as la_nms\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Standalone Locality-Aware NMS module.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/gen-ko/lanms-neo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bfebeff7e7e4455cb9f69c5734897ca8552a57f6423b062ec86b2ebc1d79c0d",
                "md5": "92df2aebdcdfed3f7f0e206e3d51ed57",
                "sha256": "5ea9b19a9e9995f40d29a195b6e186df9aa337db5b46de5c1d0a7bdc04098586"
            },
            "downloads": -1,
            "filename": "lanms_neo-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "92df2aebdcdfed3f7f0e206e3d51ed57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39020,
            "upload_time": "2021-08-21T02:20:29",
            "upload_time_iso_8601": "2021-08-21T02:20:29.337782Z",
            "url": "https://files.pythonhosted.org/packages/7b/fe/beff7e7e4455cb9f69c5734897ca8552a57f6423b062ec86b2ebc1d79c0d/lanms_neo-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-08-21 02:20:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gen-ko",
    "github_project": "lanms-neo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lanms-neo"
}
        
Elapsed time: 0.47614s