Skip to content

AbhimanyuAryan/ml-imagesynthesis

Repository files navigation

Image Synthesis for Machine Learning

Aim is to help Machine Learning and Computer Vision researchers to generate annotated training sets in Unity and on the Cloud.

Rationale

One of the main challenges in Machine Learning is the task of getting large amounts of training data in the right format. Deep learning, and machine learning more generally, needs huge training sets to work properly.

Virtual worlds can provide a wealth of training data. However it must consist of more than just the final image: object categorization, optical flow, etc

What does it do?

This repository contains code that is easy to add to any existing Unity project. It allows to capture image depth, segmentation, optical flow, etc as .png images with minimal intrusion:

  • Image segmentation - each object in the scene gets unique color
  • Object categorization - objects are assigned color based on their category
  • Optical flow - pixels are colored according to their motion in the relation to camera
  • Depth - pixels are colored according to their distance from the camera
  • Normals - surfaces are colored according to their orientation in relation with the camera
  • ... and more in the future

Readme_DescriptionMainImageNew.jpg Readme_Description4Passes.png (Assets used in the image above are courtesy of FINWARD STUDIOS and not included in this repository. You can obtain this package from Asset Store)

Wiki

Who do I talk to?

Requirements

  • Unity 5.5.0 or later
  • Should work on any OS officially supported by Unity

License

This repository is covered under the MIT/X11 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages