Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.46 KB

Introduction

As the field of Transformers and Diffusions advances, the significance of data has become increasingly apparent. Many studies show that having a high-quality dataset is often more crucial than the algorithm you use. The objective of this repository is to offer a suite of tools designed to assist the community in acquiring high-quality data efficiently and with ease.

Features

  • 🗃️ Data Collection

    🔥 Tools for downloading specific images from google.

  • 🎨 Data Preparation

    🔥 Tools for preparing images for img2img conditional diffusion model, such as canny image generation, LineArt generation.

    🔥 Tools for preprocessing images.

  • ✨Data Augumentation

    🔥 Tools for getting more data through image manipulation techniques such as rotation, random cropping, and flipping.

    🔥 Tools for getting more data through generative models, such as change lighting, change background, change specific object or zone. (Coming soon)

Examples

Original image:

alt text

Cropped image 300*400:

alt text

Cropped square image 512*512:

alt text

Flipped image:

alt text

Rotated image:

alt text

Usage

  1. Download the repo.
git clone https://github.com/ZhihaoAIRobotic/Data-Is-All-You-Need.git
  1. Read examples for using.