Skip to content

A pytorch remake of the implementation of "Pixel-Level Domain Transfer"

Notifications You must be signed in to change notification settings

xuehy/pytorch-PixelDTGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Level Domain Transfer

A pytorch remake of the implementation of "Pixel-Level Domain Transfer" PixelDTGAN. For convenient use under pytorch.

Dependency

Training

To train the model, put the LOOKBOOK dataset under repository, resize images to 64*64. Prepare the dataset using tool/prepare_data.py. Then goto src dir and run

python3 train.py

Monitor the performance

  • Install visdom.
  • Start the visdom server with python3 -m visdom.server 5274
  • Open this URL in your browser: http://localhost:5274 You will see the loss curve as well as the image examples.

After 22k iterations, the results:

22k

Acknowledgement

About

A pytorch remake of the implementation of "Pixel-Level Domain Transfer"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages