Skip to main content
Reports
Created by
Created On
Last edited
Colorizing Black and White Images with Weights & Biases
How can we add realistic color to black & white images? Explore the effect of up-convolutions, weight decay, and deeper architectures.
6
2019-12-05
Colorizing Black and White Images
How can we add realistic color to black & white images? Explore the effect of up-convolutions, weight decay, and deeper architectures.
0
2019-05-30
Image Colorizer
This report contains the most interesting logs of the training of my neural network for the W&B colorizer challenge.
0
2019-05-03
0
2020-01-23
Demo Report
This report contains the most interesting logs of the training of my neural network for the W&B colorizer challenge.
0
2019-02-20
Demo Report
This report contains the most interesting logs of the training of my neural network for the W&B colorizer challenge. The objective is to colorize black & white pictures of flowers in the most realistic manner. ![alt](https://github.com/borisd13/colorizer/blob/master/imgs/intro.png?raw=true) All different models are variants of the final architecture represented below. <img src="https://github.com/borisd13/colorizer/blob/master/imgs/Architecture.png?raw=true" alt="alt" width="1200"/> </p> Please consult the technical writeup and latest version of the code on [the github page](https://github.com/borisd13/colorizer).
0
2019-02-13
Colorizer Project
This report contains the most interesting logs of the training of my neural network for the W&B colorizer challenge. The objective is to colorize black & white pictures of flowers in the most realistic manner. ![alt](https://github.com/borisd13/colorizer/blob/master/imgs/intro.png?raw=true) All different models are variants of the final architecture represented below. <img src="https://github.com/borisd13/colorizer/blob/master/imgs/Architecture.png?raw=true" alt="alt" width="1200"/> </p> Please consult the technical writeup and latest version of the code on [the github page](https://github.com/borisd13/colorizer).
0
2018-10-19
Colorizer Challenge
The objective of this challenge is to colorize black & white pictures of flowers in the most realistic manner. This process is often applied on black and white movies or for other artistic creations. However, it is traditionnally a tedious task performed manually, frame by frame. The intent of this project is to automate the colorization of black & white pictures through a neural network. While it is probably impossible to predict exactly the correct colors due to the loss of information (a tullip for example can be of many different colors), the recognition of items within a picture (tree, leaf, type of flower, sky, insect, etc) should lead to a realistic color. Contrarily to classification, every object needs to be recognized at a pixel level, similar to the instance segmentation problem. However, instead of predicting only one class per pixel, a color needs to be predicted. At a higher level, the network needs to have an understanding of the black & white image such as: "there is a dark rose, which is then probably red (other colors would be too clear), in front of a tree, most likely brown with green leaves". Its understanding leads then to the reconstitution of the image, pixel by pixel. Check out the github writeup [here](https://github.com/borisd13/colorizer).
0
2018-10-16
0
2018-09-04