Skip to content

tportenier/gramgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GramGAN: Deep 3D Texture Synthesis From 2D Exemplars

This repository is the official implementation of GramGAN: Deep 3D Texture Synthesis From 2D Exemplars.

teaser image

Requirements

  • python (2.7/3.7 tested)
  • tensorflow
  • python-opencv
  • scipy

Training

To train the model, run this command:

python train_single.py --training_exemplar <path_to_exemplar>

Evaluation

To evaluate the model, run:

python inference_single.py --model_name <path_to_chpt> --out_path <path_to_output_directory>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages