Richard E Barber
Richard E Barber
In CIELAB, the absence of light has no color; black is L*=0, a*=0, b*=0, notwithstanding any colorspace conversions.
https://github.com/junyanz/interactive-deep-colorization/blob/fa69e9c1d65daacae7ae83c4f85a988d3862953e/ui/gui_draw.py#L219 The `unicode` and `str` types are no longer interchangeable in *python3* as they were previously.
Have you logged in your daemon? `docker login --username USERNAME --password PASSWORD`
It's the docker software running on your computer. To pull from DockerHub you need to log in.
I see. Are you using the command `docker pull vbisbest/ideepcolor_osx` ?
Test script above with valid image file exits quietly without error.
Ok, removing `.encode('utf-8')` I believe the image loads and the program goes to the next step. I guess I have to wait for a long time for the giu to...
Now that I've got the gui up and running, am now getting this error when clicking on the Load button: ``` Traceback (most recent call last): File "/home/bb/ideepcolor/ui/gui_design.py", line 151,...
Getting into using the program, I noticed creating a point then assigning a color gives this error. Cannot change to any color, the points always stay gray. ``` Traceback (most...
@junyanz When I print the variable at that point in `gui_palette.py` it reports `4.0` (when I click on the 4th color in the palette). Choosing colors using the gamut seems...