Show HN: Open source colorizing grayscale images with NN
61–70 of 78 posts
Re: Show HN: Open source colorizing grayscale images with NN
#62Earlier quoted context omitted.
There might be a few scenes in between the viewings of the truck.
I'd imagine that many people wouldn't even notice (unless the truck's color is part of the plot)
Re: Show HN: Open source colorizing grayscale images with NN
#63Re: Show HN: Open source colorizing grayscale images with NN
#64These results: http://richzhang.github.io/colorization/ from Berkeley are much better than this model (and the code is open source as well). Furthermore, those better results have the advantage of a much simpler model. This model has a fairly complicated architecture (a complex residual concatenation setup) and many more parameters (I would guess anywhere between 2x-10x as many, but I'd have to take a closer look), w…
For comparability, I think it would be best if we could see outputs for the two models for the same, chosen in advance and not cherry picked, images.
Re: Show HN: Open source colorizing grayscale images with NN
#65Re: Show HN: Open source colorizing grayscale images with NN
#66These results: http://richzhang.github.io/colorization/ from Berkeley are much better than this model (and the code is open source as well). Furthermore, those better results have the advantage of a much simpler model. This model has a fairly complicated architecture (a complex residual concatenation setup) and many more parameters (I would guess anywhere between 2x-10x as many, but I'd have to take a closer look), w…
What I imagine is full color input -> create B/W & color histogram (list of colors used) -> image viewer uses colorization algorithm to reapply colors.
Re: Show HN: Open source colorizing grayscale images with NN
#67Re: Show HN: Open source colorizing grayscale images with NN
#68These results: http://richzhang.github.io/colorization/ from Berkeley are much better than this model (and the code is open source as well). Furthermore, those better results have the advantage of a much simpler model. This model has a fairly complicated architecture (a complex residual concatenation setup) and many more parameters (I would guess anywhere between 2x-10x as many, but I'd have to take a closer look), w…
Idle thought: Could colorization be used to (lossy) compress full color images (usefully)? What I imagine is full color input -> create B/W & color histogram (list of colors used) -> image viewer uses colorization algorithm to reapply colors.
I don't think a compression technique that would require that much processing power and have that little size reduction would be too useful.
Re: Show HN: Open source colorizing grayscale images with NN
#69Earlier quoted context omitted.
I'd imagine that many people wouldn't even notice (unless the truck's color is part of the plot)
Maybe it's about a truck painting shop, and every time they paint something, it either doesn't change color, or get a color different from what the customer ordered. I would watch that.
Re: Show HN: Open source colorizing grayscale images with NN
#70I'd apply it to an old B&W film to show off. Imagine Ben Hur or Citizen Kane in color!
I see a potential problem with moving pictures - the neural network might decide that while red was an appropriate color for the truck in the last frame, blue is more likely in this frame.
(Or you could just try to use a RNN directly and keep hidden state from frame to frame.)