Skip to content

Using procedural generation techniques to generate images which can be used to train neural networks.

Notifications You must be signed in to change notification settings

klpulliam-37/synthetic-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcg-images

Using procedural generation techniques to generate images which can be used to train neural networks.

Getting Started

First, clone this repository, and then install the necessary requirements. This can be done by running the following command in a terminal/command prompt.

pip install -r requirements.txt

It is recommended to use a virtual environment when downloading requirements. You can create one by running the following command on a windows machine.

python -m venv /path/to/venv
\path\to\venv\Scripts\activate.bat

And to deactivate the venv.

deactivate

About

Using procedural generation techniques to generate images which can be used to train neural networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages