synthesisai


Namesynthesisai JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/Synthesis-AI-Dev/synthesisai
SummaryPython library for loading synthetic data for ML use cases
upload_time2023-09-25 23:08:18
maintainer
docs_urlNone
authorSynthesis AI
requires_python>=3.6
licenseMIT license
keywords synthesisai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ===========
synthesisai
===========


.. image:: https://img.shields.io/pypi/v/synthesisai.svg
        :target: https://pypi.python.org/pypi/synthesisai




Library for loading Synthesis AI Datasets


* Free software: MIT license
* Documentation: https://synthesis-ai-dev.github.io/synthesisai

See a `quickstart <examples/quickstart.ipynb>`__ for jupyter notebook
with tutorial. |Open In Colab|

Also visit a more detailed example with
`landmarks <examples/landmarks.ipynb>`__. |Open In Colab1|

To familiarize with different coordinate systems used in the dataset,
see `transforms <examples/transforms.ipynb>`__. |Open In Colab2|

To see, how to use camera intrinsics to transition between 3D and 2D
coordinates and to reconstruct head from the depth data, see
`intrinsics <examples/intrinsics.ipynb>`__. |Open In Colab3|

To learn more how to group images from the same camera scene, see
`grouping <examples/grouping.ipynb>`__. |Open In Colab4|

To learn more about multi-human scenarios, see
`multi-human <examples/multi_human.ipynb>`__. |Open In Colab5|

.. |Open In Colab| image:: https://colab.research.google.com/assets/colab-badge.svg
   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/quickstart.ipynb
.. |Open In Colab1| image:: https://colab.research.google.com/assets/colab-badge.svg
   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/landmarks.ipynb
.. |Open In Colab2| image:: https://colab.research.google.com/assets/colab-badge.svg
   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/transforms.ipynb
.. |Open In Colab3| image:: https://colab.research.google.com/assets/colab-badge.svg
   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/intrinsics.ipynb
.. |Open In Colab4| image:: https://colab.research.google.com/assets/colab-badge.svg
   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/grouping.ipynb
.. |Open In Colab5| image:: https://colab.research.google.com/assets/colab-badge.svg
   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/multi_human.ipynb

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Synthesis-AI-Dev/synthesisai",
    "name": "synthesisai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "synthesisai",
    "author": "Synthesis AI",
    "author_email": "anish@synthesis.ai",
    "download_url": "https://files.pythonhosted.org/packages/50/02/81d3aa3845e53888f49793efc927d3d36c8827bb11556ac7d065ba294053/synthesisai-0.5.2.tar.gz",
    "platform": null,
    "description": "===========\nsynthesisai\n===========\n\n\n.. image:: https://img.shields.io/pypi/v/synthesisai.svg\n        :target: https://pypi.python.org/pypi/synthesisai\n\n\n\n\nLibrary for loading Synthesis AI Datasets\n\n\n* Free software: MIT license\n* Documentation: https://synthesis-ai-dev.github.io/synthesisai\n\nSee a `quickstart <examples/quickstart.ipynb>`__ for jupyter notebook\nwith tutorial. |Open In Colab|\n\nAlso visit a more detailed example with\n`landmarks <examples/landmarks.ipynb>`__. |Open In Colab1|\n\nTo familiarize with different coordinate systems used in the dataset,\nsee `transforms <examples/transforms.ipynb>`__. |Open In Colab2|\n\nTo see, how to use camera intrinsics to transition between 3D and 2D\ncoordinates and to reconstruct head from the depth data, see\n`intrinsics <examples/intrinsics.ipynb>`__. |Open In Colab3|\n\nTo learn more how to group images from the same camera scene, see\n`grouping <examples/grouping.ipynb>`__. |Open In Colab4|\n\nTo learn more about multi-human scenarios, see\n`multi-human <examples/multi_human.ipynb>`__. |Open In Colab5|\n\n.. |Open In Colab| image:: https://colab.research.google.com/assets/colab-badge.svg\n   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/quickstart.ipynb\n.. |Open In Colab1| image:: https://colab.research.google.com/assets/colab-badge.svg\n   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/landmarks.ipynb\n.. |Open In Colab2| image:: https://colab.research.google.com/assets/colab-badge.svg\n   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/transforms.ipynb\n.. |Open In Colab3| image:: https://colab.research.google.com/assets/colab-badge.svg\n   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/intrinsics.ipynb\n.. |Open In Colab4| image:: https://colab.research.google.com/assets/colab-badge.svg\n   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/grouping.ipynb\n.. |Open In Colab5| image:: https://colab.research.google.com/assets/colab-badge.svg\n   :target: https://colab.research.google.com/github/Synthesis-AI-Dev/synthesisai/blob/main/examples/multi_human.ipynb\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Python library for loading synthetic data for ML use cases",
    "version": "0.5.2",
    "project_urls": {
        "Homepage": "https://github.com/Synthesis-AI-Dev/synthesisai"
    },
    "split_keywords": [
        "synthesisai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb0a9f9c0475935a5b2e4b7d925813a9a12fa0bd1f1ef87e283a80efd6bc386f",
                "md5": "102f382aff9e7ba6d97283d961bd1a58",
                "sha256": "0e2aacb4fc9bad2dc019fb8d5299d8706ba16a0e079ee6099f72cc6b038fac5e"
            },
            "downloads": -1,
            "filename": "synthesisai-0.5.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "102f382aff9e7ba6d97283d961bd1a58",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 22974,
            "upload_time": "2023-09-25T23:08:16",
            "upload_time_iso_8601": "2023-09-25T23:08:16.585494Z",
            "url": "https://files.pythonhosted.org/packages/bb/0a/9f9c0475935a5b2e4b7d925813a9a12fa0bd1f1ef87e283a80efd6bc386f/synthesisai-0.5.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "500281d3aa3845e53888f49793efc927d3d36c8827bb11556ac7d065ba294053",
                "md5": "c109c812d794529e846db03c02d93a8b",
                "sha256": "f60a6e4f37c1db30a0e4418429beaa18641aa82601c93c598a6b44da6a967ab7"
            },
            "downloads": -1,
            "filename": "synthesisai-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c109c812d794529e846db03c02d93a8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 25425,
            "upload_time": "2023-09-25T23:08:18",
            "upload_time_iso_8601": "2023-09-25T23:08:18.914871Z",
            "url": "https://files.pythonhosted.org/packages/50/02/81d3aa3845e53888f49793efc927d3d36c8827bb11556ac7d065ba294053/synthesisai-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 23:08:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Synthesis-AI-Dev",
    "github_project": "synthesisai",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "synthesisai"
}
        
Elapsed time: 0.12252s