Skip to content

simonpinkas/pix2pix_outliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pix2pix_outliner

Prepares A-B outlined vs. actual images for pix2pix training

Clone

git clone https://github.com/simonpinkas/pix2pix_outliner.git
cd pix2pix_outliner

Install Requirements

pip install matplotlib
pip install opencv-python

Setup Instructions

  1. Add images to the 'original' folder
  2. Adjust script to fit your dataset (number of samples, width, height, threshold)
  3. Run the following:
python pix2pix_outliner.py
  1. Output images will be available in 'train', 'val' and 'test' directories.
  2. Use with pix2pix-tensorflow

About

Prepares images for use in pix2pix training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages