0 Members and 1 Guest are viewing this topic.
Don't let Ted Turner know about this. He'll want to colorize the black and white parts of Wizard of Oz...
How to setup DeOldifyFor those looking to try this themselves, here is a short tutorial on how to get things setup.First, cd into the directory you would like to place DeOldify, then clone it:git clone https://github.com/jantic/DeOldify.git DeOldifyNow cd into the newly created DeOldify directory and create a new “models” directory for your pre-trained weights:cd DeOldifymkdir modelsYou can now download the pre-trained weights through the command line:wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pthIf you don’t have wget, you can find links to manually download these pre-trained weights in the DeOldify README.We also need to install dependencies:pip install -r requirements.txtOnce the dependencies are installed, open the project in a Jupyter Notebook:jupyter notebookAt this point, you should be able to open the ImageColorizer.ipynb file and continue from there. I hope this helped! Happy colorizing!
Seriously does anyone understand any of this ?QuoteHow to setup DeOldifyFor those looking to try this themselves, here is a short tutorial on how to get things setup.First, cd into the directory you would like to place DeOldify, then clone it:git clone https://github.com/jantic/DeOldify.git DeOldifyNow cd into the newly created DeOldify directory and create a new “models” directory for your pre-trained weights:cd DeOldifymkdir modelsYou can now download the pre-trained weights through the command line:wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pthIf you don’t have wget, you can find links to manually download these pre-trained weights in the DeOldify README.We also need to install dependencies:pip install -r requirements.txtOnce the dependencies are installed, open the project in a Jupyter Notebook:jupyter notebookAt this point, you should be able to open the ImageColorizer.ipynb file and continue from there. I hope this helped! Happy colorizing!
Those look like a bunch or Unix of CP/M commands. I'm sure one of our many resident computer geeks can figure it out. I'm a bit too rusty at this time.