Coder Social home page Coder Social logo

stargan-tensorflow's People

Contributors

hanrw avatar taki0112 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stargan-tensorflow's Issues

the result is reasonable?

thanks for you sharing your work, Now, My test image is 128*128, the result as follow , is reasonable? THX!
4
result:
4

How to use the multi-gpu for training?

Hi, buddy, I got two gpus, can you tell me use multi-gpu training, please? Should I modify this to call the GPU command:
gpu_device = '/gpu:0'
train_dataset = train_dataset.\ ....
to: gpu_device = '/gpu:0'&& '/gpu:1' ?
train_dataset = train_dataset.\ ....
Thanks!

问题

这个可以用来进行表情图像的生成吗?

has not mask?

there should has mask in the origin paper,for different dataset,
but , i can not find it in this code、、、

Pretrain model

Excuse me, can you share the Pretrained model?There is no way to click in from the link you gave.It's only for academic purposes.This is my email address [email protected],thank you!

dataset

thanks for your contribution

but i want to try my dataset, but I donnot know how to create labels, when i train main.py , always get following error :
IndexError: list index out of range

could you please tell how to crrate own dadaset detailed

thanks

Different classification weights?

I found that there is a difference in the classification weight between it and the pytorch version of the code. What effect does this have?

error when custom label

When I test your pre-trained model, it always raises an error on custom label even the default label

input:
python3 main.py --phase=test --selected_attrs=['Black_Hair','Blond_Hair','Brown_Hair','Male','Young'] --custom_label=[1,0,0,0,0]

error:
main.py: error: argument --custom_label: invalid int value: '[1,0,0,0,0]'

As currently structured the example for data download will skip

Front page recommends:
python download.py celebA

But download.py will skip the celebA dataset if the celebA directory is present, which it is in the repository.

I could have fixed this by issuing pull request on a version without celebA but I see reasons one might want to include that example directory so I thought I would just bring it up as an issue to be aware of. Right now if somebody clones the project and starts running the example commands this will fail to get the dataset.

the decode problem of list_attr_celeba.txt

sorry,when i use the pre-trained model, i cann't open this file.
the reason is UnicodeDecodeError: 'gbk' codec can't decode byte 0x86 in position 58: illegal multibyte sequence.
And i can't use chardet to get its coding scheme。
So,could you tell me this?(I have used gbk and utf-8)

help me

hello,thank you for sharing your code.When I reproduced your algorithms and code, it always raises an error, I think there is something wrong that caused by tensorflow version,please help me solve this error or give me some advice,thank you very much.
error:
from tensorflow.contrib.data import prefetch_to_device, shuffle_and_repeat, map_and_batch
ImportError: cannot import name prefetch_to_device
train_dataset = tf.data.Dataset.from_tensor_slices((Image_data_class.train_dataset, Image_data_class.train_dataset_label, Image_data_class.train_dataset_fix_label))
AttributeError: 'module' object has no attribute 'data'

negative discriminator loss

Hi~I meet a problem while i try to use your code to do painting style transfer.
I find that during training, the discriminator loss may be negative cause sometimes the generated image gets a lower loss than the real one from the discriminator which is not sufficiently trained.
Have you ever met the same problem?Will it fo favor to the final performance of our model?
What if I use a pre-trained discriminator?
Waiting for your reply.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.