Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codedcosmos/mirror

Image Dataset Generator, intended for use to create large datasets easily for machine learning
https://github.com/codedcosmos/mirror

ai dataset gui java mirror pytorch tensorflow

Last synced: about 2 months ago
JSON representation

Image Dataset Generator, intended for use to create large datasets easily for machine learning

Awesome Lists containing this project

README

        

# Mirror - Image Dataset Generator with a GUI

### What is mirror?
Mirror is an application that allows you to easily generate images for a dataset given some source material by running the executable .jar file.

### Features
* Supports converting video files into images and then processing them.
* Avi, webm, mp4 and mov are supported.
* Supports converting gif files into images.
* Supports png/jpg images.
* Resizes images with either cropping or by changing aspect ratio.
* Supports counter measures to prevent overfitting when training neural networks. With horizontal and vertical jitter, as well as horizontal and vertical flipping.
* Easy importing and exporting of images
* Multithreading support (UP to 32 CPU threads)

* GUI Interface!

![](screenshots/main-tab.png)