Skip to content

SnowPow/C-DCGAN-Clothing-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-DCGAN in Tensorflow

The multi-condition deep convolution generation countermeasure network is applied to the implementation of Tensorflow in clothing design, which is a stable generation countermeasure network.

sample

Prerequisites

  • python 3.5+
  • Tensorflow 1.31.1
  • Scipy
  • pillow
  • moviepy
  • opencv-python

Use

First, prepare dataset,Here we used the Fashion- Mnist and Clothing-co -Parsing dataset

  • Fashion-Mnist
  • Clothing-co-Parsing(CCP)

To train a model with dataset:

python train.py --dataset your_train_dataset --input_height=image_h --output_height=new_image_h --train

To test with an existing model:

python train.py --dataset your_test_dataset --input_height=image_h --output_height=new_image_h

Results

Fashion-mnist

sample

sample

Clothing-co-Parsing:

sample

sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages