https://github.com/serihiro/bouncing_objects_generator
CLI tool to generate bouncing objects images dataset like Moving MNIST (http://www.cs.toronto.edu/~nitish/unsupervised_video/)
https://github.com/serihiro/bouncing_objects_generator
computer-vision-datasets python3
Last synced: about 2 months ago
JSON representation
CLI tool to generate bouncing objects images dataset like Moving MNIST (http://www.cs.toronto.edu/~nitish/unsupervised_video/)
- Host: GitHub
- URL: https://github.com/serihiro/bouncing_objects_generator
- Owner: serihiro
- License: mit
- Created: 2019-03-31T10:35:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T02:10:41.000Z (about 4 years ago)
- Last Synced: 2023-03-27T11:54:27.385Z (about 2 years ago)
- Topics: computer-vision-datasets, python3
- Language: Python
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bouncing_objects_generator
- This is a CLI tool to generate bouncing objects images dataset like [Moving MNIST](http://www.cs.toronto.edu/~nitish/unsupervised_video/)
- This tool outputs generated images as npy format
# usage
```sh
$ git clone [email protected]:serihiro/bouncing_objects_generator.git
$ cd bouncing_objects_generator
$ pip install -e .
$ bouncing_objects_generator
```## options
```sh
$ bouncing_objects_generator --help
usage: bouncing_objects_generator [-h] [--frame_width FRAME_WIDTH]
[--frame_height FRAME_HEIGHT]
[--object_width OBJECT_WIDTH]
[--object_height OBJECT_HEIGHT]
[--frames_per_window FRAMES_PER_WINDOW]
[--window_size WINDOW_SIZE]
[--objects_size OBJECTS_SIZE]
[--npy_output NPY_OUTPUT]
```# requirements
- python >= 3.6
- numpy >= 1.15
- pillow >= 5.0# LICENSE
MIT