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

Windows #32

Open
DeltaDesignRus opened this issue May 17, 2016 · 8 comments
Open

Windows #32

DeltaDesignRus opened this issue May 17, 2016 · 8 comments

Comments

@DeltaDesignRus
Copy link

It works on windows?

@DeltaDesignRus
Copy link
Author

DeltaDesignRus commented May 17, 2016

How do I install without GPU?
Windows 10 x64

@fzliu
Copy link
Owner

fzliu commented May 23, 2016

The main requirement for the code here is Caffe - if you can get the Windows version working, then this will work too.

@piaobuliao
Copy link

it works on windows 8_64bit

@nikAleksandr
Copy link

Windows doesn't work with GPU at all?

@GuoShi28
Copy link

caffe now can be compiled in windows with GPU.

@Xizario
Copy link

Xizario commented Apr 12, 2017

I finally got it with python 2.7.13 on windows 10 64bit.
But it can work only with PNG files, and not with JPG, since Pillow, used by Caffe is not fully supported in windows.

  1. Remove all installed python related things.
  2. Install Miniconda for python 2.7 into C:\Miniconda-x64 . Does not work with 3.5.
  3. Install VS 2015 (in the installation select C++ tools). Does not work with Community, not sure why.
  4. Clone caffe, and checkout windows branch.
  5. Install CMake
  6. Install Ninja
  7. Install all packages in the caffe that are related to python, and run build_win.cmd
  8. clone style-transfer
  9. download the related models.
  10. Remove the stderr overrides to see if something goes wrong.
  11. Run "python style.py" with the required parameters. If some modules are missing, run conda install these packages. It will say they need to downgrade other related packages. Choose "yes" (After this step, the style will run correct, but you will not able to build the caffe again)
  12. Use PNG, since JPG will not work.

GPU does not work, so prepare for big waiting.

I will try to compile the whole pile of open-source package hell, and post it somewhere ready for simple windows click and run usage, some upcoming weekend.

@irbian
Copy link

irbian commented Nov 5, 2017

@Xizario did you were able to compile it on windows? and make it work on GPU?

@Xizario
Copy link

Xizario commented Nov 6, 2017

@irbian, I was not able to make the GPU running, so there was not point in creating a single package.

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

7 participants