Metadata-Version: 2.1
Name: synthesisai
Version: 0.3.0
Summary: Python library for loading synthetic data for ML use cases
Home-page: https://github.com/Synthesis-AI-Dev/synthesisai
Author: Synthesis AI
Author-email: anish@synthesis.ai
License: MIT license
Keywords: synthesisai
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

===========
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
