Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZumoLabs/zpy
Synthetic data for computer vision. An open source toolkit using Blender and Python.
https://github.com/ZumoLabs/zpy
ai blender blender-addon computer-vision data deep-learning ml python synthetic synthetic-data
Last synced: 3 months ago
JSON representation
Synthetic data for computer vision. An open source toolkit using Blender and Python.
- Host: GitHub
- URL: https://github.com/ZumoLabs/zpy
- Owner: ZumoLabs
- License: gpl-3.0
- Created: 2021-02-12T16:13:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T15:26:07.000Z (almost 3 years ago)
- Last Synced: 2024-05-23T09:33:20.015Z (6 months ago)
- Topics: ai, blender, blender-addon, computer-vision, data, deep-learning, ml, python, synthetic, synthetic-data
- Language: Python
- Homepage:
- Size: 29.3 MB
- Stars: 291
- Watchers: 10
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Synthetic raspberry pi](https://github.com/ZumoLabs/zpy/raw/main/docs/assets/promo_image.png)
## Abstract
Collecting, labeling, and cleaning data for computer vision is a pain. Jump into the future and create your own data instead! Synthetic data is faster to develop with, effectively infinite, and gives you full control to prevent bias and privacy issues from creeping in. We created `zpy` to make synthetic data easy, by simplifying the simulation (sim) creation process and providing an easy way to generate synthetic data at scale.
Check out our full [**documentation** :bookmark_tabs:](https://zumolabs.github.io/zpy/)
Read the [zpy_paper](https://paperswithcode.com/paper/zpy-open-source-synthetic-data-for-computer)
Check out our new [script writing guide](https://zumolabs.github.io/zpy/zpy/tutorials/script_writing_guide/)
## Install [:thinking:](https://zumolabs.github.io/zpy/zpy/install/pip/)
You can install `zpy` with pip:
```
pip install zpy-zumo
```More installation instructions can be found in the docs:
- [Install using pip **(Windows/Mac/Linux)**](https://zumolabs.github.io/zpy/zpy/install/pip/)
- [Install Blender Addon from .zip **(Windows/Mac/Linux)**](https://zumolabs.github.io/zpy/addon/install/)
- [Install from script **(Mac/Linux)**](https://zumolabs.github.io/zpy/zpy/install/script/)
- [Developer mode **(Linux)**](https://zumolabs.github.io/zpy/zpy/install/linux/)
- [Developer mode **(Windows)**](https://zumolabs.github.io/zpy/zpy/install/windows/)| OS | Status |
|:-----------|:-----------|
| Linux | :heavy_check_mark: |
| MacOS | :heavy_check_mark: |
| Windows | [zpy#126](https://github.com/ZumoLabs/zpy/issues/126) |## Contribute [:busts_in_silhouette:](https://zumolabs.github.io/zpy/overview/contribute/)
We welcome community contributions! Search through the [current issues](https://github.com/ZumoLabs/zpy/issues) or open your own.
## License [:page_facing_up:](https://zumolabs.github.io/zpy/overview/license/)
This release of zpy is under the GPLv3 license, a free copyleft license used by Blender. TLDR: Its free, use it!
## Citation [:writing_hand:](https://zumolabs.github.io/zpy/overview/citation/)
If you use `zpy` in your research, we would appreciate the citation!
```bibtex
@misc{zpy,
title={zpy: Synthetic data for Blender.},
author={Ponte, H. and Ponte, N. and Crowder, S.},
journal={GitHub. Note: https://github.com/ZumoLabs/zpy},
volume={1},
year={2021}
}
```