Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training assistance #35

Open
dj0le opened this issue Aug 11, 2016 · 1 comment
Open

Training assistance #35

dj0le opened this issue Aug 11, 2016 · 1 comment

Comments

@dj0le
Copy link

dj0le commented Aug 11, 2016

python train.py -s <style_image_path> -d <training_dataset_path> -g 0

I don't understand the model training and was wondering if anyone could offer advice? Essentially, I'm unsure what I need in each of these paths in order to build a model that follows a specific style?

For instance, do I only need one style image that I want in the folder? And, what about in the dataset, should this be a group of similar style images, or do I point this at something specific that already exists?

Thanks.

@ttoinou
Copy link

ttoinou commented Aug 11, 2016

The dataset is real life example of images that are processed through the VGG16 network and your style image, they shouldn't "look like" your style image (but I guess you could exepriment with that !).
You can download a dataset image for example here : http://msvocds.blob.core.windows.net/coco2014/train2014.zip

In order to understand the parameters of train.py just open the file with a text editor and look through the source code :) .

Good luck !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants