Machine Learning - Ideepcolor Installation

We've modified the installation instructions from the github repo for use with a standard Xubuntu 18.04 ISO installer, creating an evironment.yml file to set up your Conda environment.

Install OS

  • Download the latest 64bit version of Xubuntu 18.04 from your local mirror
  • Make a USB installer - you can use etcher on Mac, Windows or Linux.
  • Boot from your new USB stick and install
  • Run apt get update and apt get upgrade
  • install git apt get install git

Setup Conda

Setup Ideepcolor

* Clone the repo:

git clone https://github.com/junyanz/interactive-deep-colorization.git
cd interactive-deep-colorization

* Download the reference model

 bash ./models/fetch_models.sh

* download our working environment.yml and unzip it into your interactive-deep-colorization directory. Then create a new Conda environment using the yml file.

conda env create -f environment.yml

Follow the rest of the instructions in the workshop.

workshops/public/machine_learning/ideepcolor/installation.txt · Last modified: 2023/04/15 11:15 by Michael Byrne
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International

We acknowledge Aboriginal and Torres Strait Islander peoples and their continuing connection to land and as custodians of stories for millennia. We are inspired by this tradition in our work to share and preserve Queensland's memory for future generations.