View Single Post
  #2969  
Old Posted Jul 28, 2020, 2:52 PM
joshlemer joshlemer is offline
Registered User
 
Join Date: Jun 2017
Posts: 148
Quote:
Originally Posted by trueviking View Post
My vote for nicest church in Winnipeg is Holy Trinity Anglican.

http://www.mhs.mb.ca/docs/sites/holy...winnipeg.shtml
It's not an app but a Python project https://github.com/jantic/DeOldify

If you're familiar with "notebook" style software projects, or even if you're not, the easiest way to do it yourself will be to use the the linked notebooks here: https://github.com/jantic/DeOldify#easiest-approach

The linked image notebook (as opposed to video) is here: https://colab.research.google.com/gi...zerColab.ipynb

If you're not familiar with notebook projects, basically:
Each of the grey blocks in the notebook represent a block of executable code that runs in a managed environment in "the cloud". Each section of code can be run by hovering mouse over the left side of the block over the '[ ]' and click on the play button that appears. To colourize a photo, run each of the code blocks in the 'Git clone and install DeOldify' and 'Setup' sections, in order. Then you'll be able to repeatedly run the 'Colourize' section for different photos by inputing the source url of the image, running the code section, and then right clicking the produced image and "save as...".

Hope that helps!
Reply With Quote