资源算法Sketch-RNN-GAN

Sketch-RNN-GAN

2020-02-06 | |  41 |   0 |   0

Sketch-RNN-GAN

GAN fasion of Sketch RNN

Please take the following steps to run our model:

  1. To train Sketch-RNN-GAN, run "python train_gan.py". Models will be saved in saved_models/ every 100 epochs. One image will be generated every 100 epochs and saved in output_images/.

  2. To train Sketch-RNN baseline model, run "python train_rnn.py". Models will be saved in saved_models/. One image will be generated every 100 epochs and saved in output_images/.

  3. To generate image with saved models, run "python generate_with_pretrained_model.py". Generated images will be in output_images.

  4. To train Sketch-RNN-GAN with tau experiment, run "python train_experiment_tau.py"

  5. To train SKetch-RNN-GAN with adversarial weight experiment, run "python train_experiment_adv.py".

  6. To modify hyperparameters, modify hyperparameter value in hyperparameters.py.

We have placed one dataset (bicycle) in dataset/. To run with additional datasets, download from https://console.cloud.google.com/storage/browser/quickdraw_dataset/sketchrnn and put *.npz in dataset/.

For algorithm details and experiment result, see this paper: https://1drv.ms/b/s!AkpHFm7pqfBnhbJ1PxNpLtlfx452jw


上一篇:chainer-sketch-rnn

下一篇:SketchRNN_tf2

用户评价
全部评价

热门资源

  • TensorFlow-Course

    This repository aims to provide simple and read...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • mxnet_VanillaCNN

    This is a mxnet implementation of the Vanilla C...

  • vsepp_tensorflow

    Improving Visual-Semantic Embeddings with Hard ...

  • DuReader_QANet_BiDAF

    Machine Reading Comprehension on DuReader Usin...