vision6D


Namevision6D JSON
Version 0.3.9 PyPI version JSON
download
home_pagehttps://github.com/ykzzyk/vision6D
SummaryAnnotation tool for pose estimation tasks.
upload_time2024-02-28 01:35:57
maintainer
docs_urlNone
author
requires_python>=3.6
licenseGNU GENERAL Public License
keywords 6d pose estimation registration segmentation tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vision6D

[![PyPI version](https://badge.fury.io/py/vision6D.svg)](https://badge.fury.io/py/vision6D)
[![License](https://img.shields.io/badge/License-GNU-green.svg)](https://www.gnu.org/licenses/)

> Vision6D is a visualization tool to provide a convinent way to create ground truth 6D pose for 6D pose estimation related projects.

## Installation

Install the package using pip:

```shell
conda create -n vision6D python=3.9
pip install vision6D
```

## Usage
Use Command-Line Interface(CLI) to run the following command
```bash
vision6D
```

## Contact
If you have further question, you can either open a issue on GitHub or directly connect me via email yike.zhang@vanderbilt.edu

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ykzzyk/vision6D",
    "name": "vision6D",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "6D,pose estimation,registration,segmentation,tool",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2c/d4/5084bf0608eeccc48aa79f65bd31d6cba02fdd0f24b92be894de63a93794/vision6D-0.3.9.tar.gz",
    "platform": "any",
    "description": "# Vision6D\n\n[![PyPI version](https://badge.fury.io/py/vision6D.svg)](https://badge.fury.io/py/vision6D)\n[![License](https://img.shields.io/badge/License-GNU-green.svg)](https://www.gnu.org/licenses/)\n\n> Vision6D is a visualization tool to provide a convinent way to create ground truth 6D pose for 6D pose estimation related projects.\n\n## Installation\n\nInstall the package using pip:\n\n```shell\nconda create -n vision6D python=3.9\npip install vision6D\n```\n\n## Usage\nUse Command-Line Interface(CLI) to run the following command\n```bash\nvision6D\n```\n\n## Contact\nIf you have further question, you can either open a issue on GitHub or directly connect me via email yike.zhang@vanderbilt.edu\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL Public License",
    "summary": "Annotation tool for pose estimation tasks.",
    "version": "0.3.9",
    "project_urls": {
        "Documentation": "https://vision6d.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/ykzzyk/vision6D"
    },
    "split_keywords": [
        "6d",
        "pose estimation",
        "registration",
        "segmentation",
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1d857b9aacc1b6f8d4ee6b574a3537a708a45253baaf1f91b922ef4006e9acf",
                "md5": "61ac6a0a8d7faa331c5f5216de1904bd",
                "sha256": "29dabc74d75a286232748b87e4c1b70b11154994a1ec3b02612ccaabbf3e47a7"
            },
            "downloads": -1,
            "filename": "vision6D-0.3.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61ac6a0a8d7faa331c5f5216de1904bd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 314519,
            "upload_time": "2024-02-28T01:35:55",
            "upload_time_iso_8601": "2024-02-28T01:35:55.600038Z",
            "url": "https://files.pythonhosted.org/packages/e1/d8/57b9aacc1b6f8d4ee6b574a3537a708a45253baaf1f91b922ef4006e9acf/vision6D-0.3.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cd45084bf0608eeccc48aa79f65bd31d6cba02fdd0f24b92be894de63a93794",
                "md5": "a55cfb418a306c3c886fbab806bc7c92",
                "sha256": "4301260884616c3ba0deafa3dcae203459b0ba04314b9cc234adb5a8df674f86"
            },
            "downloads": -1,
            "filename": "vision6D-0.3.9.tar.gz",
            "has_sig": false,
            "md5_digest": "a55cfb418a306c3c886fbab806bc7c92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 298484,
            "upload_time": "2024-02-28T01:35:57",
            "upload_time_iso_8601": "2024-02-28T01:35:57.270990Z",
            "url": "https://files.pythonhosted.org/packages/2c/d4/5084bf0608eeccc48aa79f65bd31d6cba02fdd0f24b92be894de63a93794/vision6D-0.3.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 01:35:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ykzzyk",
    "github_project": "vision6D",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vision6d"
}
        
Elapsed time: 0.18854s