junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.68k stars 446 forks source link

DMG #53

Open lucellent opened 5 years ago

lucellent commented 5 years ago

Is it possible for you to put this software into one .dgm file? I'm not really good with programming and it's a little bit confusing to me how to install it. I started by installing Docker but it says it's incompatible with my configuration (I'm using VMware... don't have a real Mac)

lucellent commented 5 years ago

EDIT: Sorry for my mistake. Just saw that it has been already answered but I still don't know what to do with Docker.

lucellent commented 5 years ago

Docker is all up running. Now I get "Error response from daemon: Get https://registry-1.docker.io/v2/vbisbest/ideepcolor_osx/manifests/latest: unauthorized: incorrect username or password"

Benitoite commented 5 years ago

Have you logged in your daemon? docker login --username USERNAME --password PASSWORD

lucellent commented 5 years ago

I didn't see anything about "daemon", what's this?

Benitoite commented 5 years ago

It's the docker software running on your computer. To pull from DockerHub you need to log in.

lucellent commented 5 years ago

I'm logged in but it still shows the same error.

Benitoite commented 5 years ago

I see. Are you using the command docker pull vbisbest/ideepcolor_osx ?