Coder Social home page Coder Social logo

Comments (8)

richzhang avatar richzhang commented on July 23, 2024

We don't currently have plans for a Windows release. If someone can figure it out, we would be happy to incorporate it into the repo!

from interactive-deep-colorization.

Daniel-WR-Hart avatar Daniel-WR-Hart commented on July 23, 2024

I managed to get ideepcolor.py working on Windows 10 by installing the Windows fork of Caffe in an Anaconda environment. Here's an example of my .bat file that I use in the same directory as ideepcolor.py:

call activate caffe3
python ideepcolor.py --win_size 512 --image_file images/in.jpg --gpu 0
pause

from interactive-deep-colorization.

GitUser200607 avatar GitUser200607 commented on July 23, 2024

Java8Caffeine, does it support CUDA in Windows if you set --gpu 1 with your script?

from interactive-deep-colorization.

Daniel-WR-Hart avatar Daniel-WR-Hart commented on July 23, 2024

It definitely supports CUDA on Windows, but I don't know from experience if --gpu 1 works since I only have 1 gpu to work with. I used --gpu 0 because the indexing starts at 0. I would assume that --gpu 1 would make the program use your 2nd gpu otherwise there would be no point to having the --gpu flag in the first place.

from interactive-deep-colorization.

GitUser200607 avatar GitUser200607 commented on July 23, 2024

No, --gpu 0 means DON'T use GPU.
--gpu 1 means USE gpu ;)

from interactive-deep-colorization.

junyanz avatar junyanz commented on July 23, 2024

I think --gpu -1 (or --cpu) means DON'T use gpu.
gpu ids starts at 0.

from interactive-deep-colorization.

GitUser200607 avatar GitUser200607 commented on July 23, 2024

Ah, you are right, it's not boolean :)

from interactive-deep-colorization.

GitUser200607 avatar GitUser200607 commented on July 23, 2024

Java8Caffeine, can you describe steps to install it on Win10 plz?

from interactive-deep-colorization.

Related Issues (20)

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.