OP 04 November, 2019 - 12:19 PM
Hi all,
What I can write here always will be about my work I really do not know much about crack and piracy.
Bring new life to old photos by automatically colorizing them using the DeOldify for free
You will use with Google Colab and you also will be able to study the photo black and withe to see what spectral will be better.
Essentially, the DeOldify code uses a deep learning technique called a Generative Adversarial Network (GAN.) GANs consist of two components: a “Generator” and a “Discriminator.” In brief, the Generator (its own neural network) attempts to synthesize fakes or originals, and the Discriminator attempts to figure out if the submitted instance is “real” or fake. In this way, a Generator can be considered a “Counterfeiter” trying to fool the Discriminator, and the Discriminator can be thought of as “The Police” trying to catch the counterfeiter passing off a fake.
The code is too big to write it here (people sometimes like to understand the process, like me) but you can get if at Github.
https://github.com/jantic/DeOldify
What I can write here always will be about my work I really do not know much about crack and piracy.
Bring new life to old photos by automatically colorizing them using the DeOldify for free
You will use with Google Colab and you also will be able to study the photo black and withe to see what spectral will be better.
Essentially, the DeOldify code uses a deep learning technique called a Generative Adversarial Network (GAN.) GANs consist of two components: a “Generator” and a “Discriminator.” In brief, the Generator (its own neural network) attempts to synthesize fakes or originals, and the Discriminator attempts to figure out if the submitted instance is “real” or fake. In this way, a Generator can be considered a “Counterfeiter” trying to fool the Discriminator, and the Discriminator can be thought of as “The Police” trying to catch the counterfeiter passing off a fake.
The code is too big to write it here (people sometimes like to understand the process, like me) but you can get if at Github.
https://github.com/jantic/DeOldify