<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.slq.qld.gov.au/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>SLQ Wiki workshops:public:machine_learning:ideepcolor</title>
        <description></description>
        <link>https://wiki.slq.qld.gov.au/</link>
        <lastBuildDate>Wed, 15 Apr 2026 09:53:04 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.slq.qld.gov.au/lib/tpl/mikio/images/favicon.ico</url>
            <title>SLQ Wiki</title>
            <link>https://wiki.slq.qld.gov.au/</link>
        </image>
        <item>
            <title>Machine Learning - Ideepcolor Installation</title>
            <link>https://wiki.slq.qld.gov.au/doku.php?id=workshops:public:machine_learning:ideepcolor:installation&amp;rev=1681521307&amp;do=diff</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;machine_learning_-_ideepcolor_installation&quot;&gt;Machine Learning - Ideepcolor Installation&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
We&amp;#039;ve modified the installation instructions from the github &lt;a href=&quot;https://github.com/junyanz/interactive-deep-colorization&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://github.com/junyanz/interactive-deep-colorization&quot; rel=&quot;ugc nofollow noopener&quot;&gt;repo&lt;/a&gt; for use with a standard Xubuntu 18.04 ISO installer, creating an evironment.yml file to set up your Conda environment.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;install_os&quot;&gt;Install OS&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://xubuntu.org/download&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://xubuntu.org/download&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Download&lt;/a&gt; the latest 64bit version of Xubuntu 18.04 from your local mirror&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Make a USB installer  - you can use &lt;a href=&quot;https://www.balena.io/etcher/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.balena.io/etcher/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;etcher&lt;/a&gt;  on Mac, Windows or Linux. &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Boot from your new USB stick and install &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Run &lt;code&gt;apt get update&lt;/code&gt; and &lt;code&gt;apt get upgrade&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; install git &lt;code&gt;apt get install git&lt;/code&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Machine Learning - Ideepcolor Installation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;machine_learning_-_ideepcolor_installation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-680&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;setup_conda&quot;&gt;Setup Conda&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Download the latest &lt;a href=&quot;https://docs.conda.io/en/latest/miniconda.html&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://docs.conda.io/en/latest/miniconda.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Miniconda Linux 64-bit&lt;/a&gt; and follow the linux &lt;a href=&quot;https://conda.io/projects/conda/en/latest/user-guide/install/linux.html#install-linux-silent&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://conda.io/projects/conda/en/latest/user-guide/install/linux.html#install-linux-silent&quot; rel=&quot;ugc nofollow noopener&quot;&gt;install instructions&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Log out and back in.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Setup Conda&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;setup_conda&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;681-965&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;setup_ideepcolor&quot;&gt;Setup Ideepcolor&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
* Clone the repo:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;git clone https://github.com/junyanz/interactive-deep-colorization.git
cd interactive-deep-colorization&lt;/pre&gt;

&lt;p&gt;
 * Download the reference model
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt; bash ./models/fetch_models.sh&lt;/pre&gt;

&lt;p&gt;
* download our working &lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:environment.yml.zip&quot; class=&quot;media mediafile mf_zip&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:environment.yml.zip (1.3 KB)&quot; rel=&quot;noopener&quot;&gt;environment.yml&lt;/a&gt; and unzip it into your interactive-deep-colorization directory. Then create a new Conda environment using the yml file.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;conda env create -f environment.yml&lt;/pre&gt;

&lt;p&gt;
Follow the rest of the instructions in the &lt;a href=&quot;https://wiki.slq.qld.gov.au/doku.php?id=workshops:public:machine_learning:ideepcolor:start&quot; class=&quot;wikilink1&quot; title=&quot;workshops:public:machine_learning:ideepcolor:start&quot; data-wiki-id=&quot;workshops:public:machine_learning:ideepcolor:start&quot;&gt;workshop.&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Setup Ideepcolor&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;setup_ideepcolor&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;966-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>workshops:public:machine_learning:ideepcolor</category>
            <pubDate>Sat, 15 Apr 2023 11:15:07 +0000</pubDate>
        </item>
        <item>
            <title>Machine Learning 01 : Interactive Colourisation with ideepcolor</title>
            <link>https://wiki.slq.qld.gov.au/doku.php?id=workshops:public:machine_learning:ideepcolor:start&amp;rev=1681521308&amp;do=diff</link>
            <description>
&lt;p&gt;
~~REVEAL~~
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hidescreen plugin_wrap&quot;&gt;
&lt;p&gt;
:workshops:prototypes:machine_learning:ideepcolor:ideepcolor_workshop_output_faded_75.jpg
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;h1 class=&quot;sectionedit3&quot; id=&quot;machine_learning_01interactive_colourisation_with_ideepcolor&quot;&gt;Machine Learning 01 : Interactive Colourisation with ideepcolor&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolor_workshop_output.jpg&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolor_workshop_output.jpg&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=7a7c18&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolor_workshop_output.jpg&quot; class=&quot;mediacenter&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
The purpose of this workshop series is to explore how Machine Learning (ML) can be used in the Digital Media Lab (DML) at the State Library of Queensland.  In our first workshop we will be using &lt;a href=&quot;https://richzhang.github.io/ideepcolor/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://richzhang.github.io/ideepcolor/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;ideepcolor&lt;/a&gt;, to interactively recolour some images from the State Library flickr &lt;a href=&quot;https://www.flickr.com/photos/statelibraryqueensland/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.flickr.com/photos/statelibraryqueensland/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;photostream&lt;/a&gt;. 
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Machine Learning 01 : Interactive Colourisation with ideepcolor&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;machine_learning_01interactive_colourisation_with_ideepcolor&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;146-780&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit6&quot; id=&quot;summary&quot;&gt;Summary&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
This workshop is a practical, hands-on demonstration of how computers can be used as “&lt;a href=&quot;https://en.wikipedia.org/wiki/Intelligent_agent&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://en.wikipedia.org/wiki/Intelligent_agent&quot; rel=&quot;ugc nofollow noopener&quot;&gt;intelligent agents&lt;/a&gt;” to help us perform a task that otherwise would be difficult and time-consuming.  
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
The workshop is not an introduction to coding or math, but we will give a of general overview of how ML is defined and where it is commonly used today.  
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
We&amp;#039;ve chosen an approach that demonstrates the power and limitations of ML and leaves you with an understanding of how install an ML environment, along with ideas on how to use State Library resources to explore ML further.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Summary&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;summary&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;781-1443&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit7&quot; id=&quot;outcomes&quot;&gt;Outcomes&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; machine learning overview&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; introduction to Xubuntu&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; basic use of the command line&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; introduction to &lt;a href=&quot;https://docs.conda.io/en/latest/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://docs.conda.io/en/latest/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Conda&lt;/a&gt; &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; using State Library flikr photostream&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; using ideepcolor&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Outcomes&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;outcomes&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;1444-1684&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit8&quot; id=&quot;getting_started&quot;&gt;Getting started&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Before we start, please make sure you are a State Library &lt;a href=&quot;https://patron.slq.qld.gov.au/Register&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://patron.slq.qld.gov.au/Register&quot; rel=&quot;ugc nofollow noopener&quot;&gt;member&lt;/a&gt; - you will need your account details to log-on to the DML computers in future as well as access all the great resources available from &lt;a href=&quot;https://www.slq.qld.gov.au/research-collections/information-collections/eresources/lyndacom&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.slq.qld.gov.au/research-collections/information-collections/eresources/lyndacom&quot; rel=&quot;ugc nofollow noopener&quot;&gt;lynda.com.&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Getting started&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;getting_started&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:8,&amp;quot;range&amp;quot;:&amp;quot;1685-2062&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit9&quot; id=&quot;background&quot;&gt;Background&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Machine Learning(ML) is a subset of Artificial Intelligence (AI) which is is a fast moving field of computer science (CS).  A good way to think about how these fields overlap is with a diagram.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ml_diagram.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ml_diagram.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=89dc93&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ml_diagram.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;machine_learning_-_why_now&quot;&gt;Machine Learning - Why Now?&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
While many of the concepts are decades old, and the mathematical underpinnings have been around for centuries, the explosion in use and development of ML learning has been enabled by the creation and commercialisation of massively parallel processors.  This specialised computer hardware most commonly found in Graphics Processing Units (GPUs) inside desktop and laptop computers and takes care of the display of 2D and 3D graphics. The same processing architecture that accelerates the rendering of 3D models onscreen is ideally suited to solve ML problems, resulting in specialised programming platforms, Application Programming Interfaces (APIs) and programming libraries for AI and ML.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;common_machine_learning_uses&quot;&gt;Common Machine Learning Uses&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
One way to think of ML is as a  &lt;em&gt;recommendation system&lt;/em&gt;.  
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Based on input data (a lot of input data&lt;sup&gt;&lt;a href=&quot;#fn__1&quot; id=&quot;fnt__1&quot; class=&quot;fn_top&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; a machine learning system is trained&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; a model is generated&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; the model is used  can make recommendations (is implimented) on &lt;em&gt;new&lt;/em&gt; data.  &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:10,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hidescreen plugin_wrap&quot;&gt;
&lt;p&gt;
:workshops:prototypes:machine_learning:ideepcolor:8725096366_d1fe677cc5_o.jpg
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:11,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
One extremely common application of this is image recognition. 
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:12,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:2020-02-21_14_19_57-8725096366_d1fe677cc5_o_fb.jpg&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:2020-02-21_14_19_57-8725096366_d1fe677cc5_o_fb.jpg&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=420cc2&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:2020-02-21_14_19_57-8725096366_d1fe677cc5_o_fb.jpg&quot; class=&quot;mediacenter&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:13,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:14,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hidescreen plugin_wrap&quot;&gt;
&lt;p&gt;
:workshops:prototypes:machine_learning:ideepcolor:2020-02-21_14_19_57-8725096366_d1fe677cc5_o_fb.jpg
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:15,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
When facebook asks you to tag a photo with names,  you are providing them with a nicely annotated data set for &lt;strong&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Supervised_learning&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://en.wikipedia.org/wiki/Supervised_learning&quot; rel=&quot;ugc nofollow noopener&quot;&gt;supervised learning&lt;/a&gt;&lt;/strong&gt;.  They can then use this data set to train a model than then recognises (makes a recommendation) about other photos &lt;a href=&quot;https://www.wired.com/story/facebook-will-find-your-face-even-when-its-not-tagged/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.wired.com/story/facebook-will-find-your-face-even-when-its-not-tagged/&quot; rel=&quot;ugc nofollow noopener&quot;&gt; with you or your friend in it&lt;/a&gt;. 
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=Pc2aJxnmzh0&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.youtube.com/watch?v=Pc2aJxnmzh0&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Snapchat filters&lt;/a&gt; use image recognition to make a map of your features, then applies masks and transformations in real-time.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:31402867165_4506ee548d_b.jpg&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:31402867165_4506ee548d_b.jpg&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=c21134&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:31402867165_4506ee548d_b.jpg&quot; class=&quot;mediacenter&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;deep_learning&quot;&gt;Deep Learning&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Today we are going to go a little “deeper” inside ML, exploring deep learning. Deep learning used multiple layers of algorithms, in an artificial neural network, inspired by the way the human neural networks inside all of us.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:dl_diagram.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:dl_diagram.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=f56850&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:dl_diagram.png&quot; class=&quot;media&quot; title=&quot; &quot; alt=&quot; &quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Background&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;background&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:9,&amp;quot;range&amp;quot;:&amp;quot;2063-5078&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit16&quot; id=&quot;interactive_deep_colorization&quot;&gt;Interactive Deep Colorization&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Lets take a look at the subject of our first ML workshop &lt;a href=&quot;https://richzhang.github.io/ideepcolor/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://richzhang.github.io/ideepcolor/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Real-Time User-Guided Image Colorization with Learned Deep Priors&lt;/a&gt; (ideepcolor), by  Richard Zhang, Jun-Yan Zhu, Phillip Isola, Xinyang Geng, Angela S. Lin, Tianhe Yu and Alexei A. Efros.
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Here is a talk about the details of their paper.
&lt;/p&gt;
&lt;iframe src=&quot;//www.youtube-nocookie.com/embed/rp5LUSbdsys&quot; height=&quot;239&quot; width=&quot;425&quot; class=&quot;vshare__none&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;
&lt;p&gt;
I encourage you to watch the above talk in full….
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
but the TLDR version is that they have:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; trained a neural network on millions of images&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; combined this with simulated human interaction&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; produced a model that recommends an initial colourisation&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; that takes user input to refine the colourisation.  &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
The user input is provided through a Graphical User Interface (&lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt;), and the end result can be exported, along with information about how the model made its recommendations.
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
You can check out a video of the demo in action here.
&lt;/p&gt;
&lt;iframe src=&quot;//www.youtube-nocookie.com/embed/eL5ilZgM89Q&quot; height=&quot;239&quot; width=&quot;425&quot; class=&quot;vshare__none&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Interactive Deep Colorization&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;interactive_deep_colorization&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:16,&amp;quot;range&amp;quot;:&amp;quot;5079-6099&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit17&quot; id=&quot;introduction_to_linux&quot;&gt;Introduction to Linux&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The majority of scientific computing and research is performed on Linux based operating systems.  For this workshop, we need to use a few basic linux commands, for a more background on Linux you can check out our &lt;a href=&quot;https://ccclabs.edgeqld.org.au/doku.php?id=ttt:why_foss#introducing_linux&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://ccclabs.edgeqld.org.au/doku.php?id=ttt:why_foss#introducing_linux&quot; rel=&quot;ugc nofollow noopener&quot;&gt;CCCLabs wiki.&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;the_xubuntu_operating_system&quot;&gt;The Xubuntu Operating System&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Our workshop will run off a “live System” USB on the DML computers, which normally run Microsoft Windows 10. We will be using a particular flavor of linux called Xubuntu, and its already running on your DML machine.  Your username and password is “edgeuser”.  &lt;sup&gt;&lt;a href=&quot;#fn__2&quot; id=&quot;fnt__2&quot; class=&quot;fn_top&quot;&gt;2)&lt;/a&gt;&lt;/sup&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Xubuntu has a desktop environment which look similar to most of us, and many of the applications will also be familiar.  During the workshop we will be using a combination of the command line inside a terminal application, and the Graphical User Interface (&lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt;). 
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;the_command_line&quot;&gt;The Command Line&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
To get started, lets do a quick intro to the command line.  First open a terminal with ctrl+alt+T. You should see this:
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:terminal.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:terminal.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=7a1d1d&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:terminal.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Now and type the command
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;pwd&lt;/pre&gt;

&lt;p&gt;
This means “print working directory” and will show you where you are in your file system - i.e. your current directory &lt;sup&gt;&lt;a href=&quot;#fn__3&quot; id=&quot;fnt__3&quot; class=&quot;fn_top&quot;&gt;3)&lt;/a&gt;&lt;/sup&gt;. 
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:pwd.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:pwd.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=a0dabb&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:pwd.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
You are inside the edgeuser directory, which is inside the home directory. 
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Now type 
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;ls &lt;/pre&gt;

&lt;p&gt;
This will list the contents of your current directory. 
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ls.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ls.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=c29aa0&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ls.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Next lets open a folder within our desktop environment, to compare with our terminal output. Double click on the “home” folder on your desktop.
&lt;/p&gt;

&lt;p&gt;
Move the folder over so you can see your terminal.  Compare the output of the ls command with the contents of your home folder. They will be the same.
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Now in your terminal, lets create a &lt;em&gt;new&lt;/em&gt; directory with the “make directory” command
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;mkdir test&lt;/pre&gt;

&lt;p&gt;
Notice how your home folder updates straight away with the new directory? 
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:mkdir.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:mkdir.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=5e8f23&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:mkdir.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Lets try a few more commands. starting with the change directory command (cd). Type 
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;cd ideepcolor&lt;/pre&gt;

&lt;p&gt;
This changes us into the ideepcolor directory, which contains all the files we need for the workshop ,which we&amp;#039;ve already downloaded from the &lt;a href=&quot;https://github.com/junyanz/interactive-deep-colorization&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://github.com/junyanz/interactive-deep-colorization&quot; rel=&quot;ugc nofollow noopener&quot;&gt;ideepcolor github&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Now we will use the list command again, but with two options. 
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;ls -Al&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ls-al.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ls-al.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=b59e74&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ls-al.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:18,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
The “-” character lets your enter an option to your command, which you can combine together. Here we have passed the “A” option to list hidden files, and the “l” option to make the list vertical(note the use of a capital “A”)
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:19,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Introduction to Linux&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;introduction_to_linux&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:17,&amp;quot;range&amp;quot;:&amp;quot;6100-9387&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit20&quot; id=&quot;conda&quot;&gt;Conda&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Now its time to enter our deep learning environment, created using the Conda package manager.  
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;p&gt;
Once inside this environment we will be able to launch the ideepcolor &lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt; that we saw in the demo.  
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;conda_package_manager&quot;&gt;Conda Package Manager&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:21,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
A package manager keeps track of what software is installed on your computer, and allows you to easily install new software, upgrade software to newer versions, or remove software that you previously installed.&lt;sup&gt;&lt;a href=&quot;#fn__4&quot; id=&quot;fnt__4&quot; class=&quot;fn_top&quot;&gt;4)&lt;/a&gt;&lt;/sup&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:22,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;p&gt;
As the name suggests, package managers deal with packages, collections of files that are bundled together and can be installed and removed as a group. It is usually used from the command line.
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;conda_environment_manager&quot;&gt;Conda Environment Manager&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
A Conda environment is a directory that contains a specific collection of python packages that you have installed using the Conda package manager.
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:23,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
 Using environments means we can mess around and fail with our package installations, and once everything has gone pear-shaped - we just create a new environment and try again.  We&amp;#039;ve already done the hard work of installing ideepcolor, so all you need to do in this workshop is activate the conda environment.
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:24,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Lets try a few Conda commands.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;conda env list&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:conda_env_list.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:conda_env_list.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=de0bfb&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:conda_env_list.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
This shows us all the Conda environments we have, and where they are installed. 
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:25,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
 You may have noticed (base) at the front of your command prompt.  This means we are currently in the base Conda environment.
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:26,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Lets activate our ideepcolor environment - its called ideepcolor2 &lt;sup&gt;&lt;a href=&quot;#fn__5&quot; id=&quot;fnt__5&quot; class=&quot;fn_top&quot;&gt;5)&lt;/a&gt;&lt;/sup&gt; with
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;conda activate ideepcolor2&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:conda_activate_ideepcolor2.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:conda_activate_ideepcolor2.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=20fce1&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:conda_activate_ideepcolor2.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
You should see (ideepcolor2) in front of your prompt now.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Conda&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;conda&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:20,&amp;quot;range&amp;quot;:&amp;quot;9388-11446&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit27&quot; id=&quot;python&quot;&gt;Python&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Its time to start up the &lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt; for ideepcolor, which is a one line python command. 
&lt;/p&gt;

&lt;p&gt;
Python files end with “.py” and the one we want to use is called “ideepcolor.py” and is inside the ideepcolor directory. First up make sure your are in the correct directory - check out your command prompt. You should see
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:check_location.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:check_location.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=9c0c4f&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:check_location.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
 Our command has three parts : 
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;python&lt;/code&gt;  (runs python)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;ideepcolor.py&lt;/code&gt; (the name of the file we want to execute with python)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;code&gt;--backend=pytorch&lt;/code&gt; (the option to use the pytorch implementation of ideepcolor)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Put it all together
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;python ideepcolor.py --backend=pytorch&lt;/pre&gt;

&lt;p&gt;
And your should get a whole bunch of output
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolor.py.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolor.py.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=8e4eaf&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolor.py.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
And bingo! The ipython &lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt; pops up
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolorgui.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolorgui.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=60149c&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ideepcolorgui.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Python&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;python&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:27,&amp;quot;range&amp;quot;:&amp;quot;11447-12503&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit28&quot; id=&quot;the_ideepcolor_gui&quot;&gt;The ideepcolor GUI&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Lets go through the instructions provided by the research team:
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:pad.jpg&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:pad.jpg&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=800&amp;amp;tok=fb7931&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:pad.jpg&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=200&amp;amp;tok=208074&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:input_pad.jpg&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;200&quot; /&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Adding points: Left-click somewhere on the input pad&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Moving points: Left-click and hold on a point on the input pad, drag to desired location, and let go&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Removing points: Right-click on a point on the input pad&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Changing point size: Mouse wheel changes the patch size from 1&amp;times;1 to 9&amp;times;9&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=300&amp;amp;tok=e1d0c3&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:colours_pad.jpg&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;300&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Changing colours: For currently selected point
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; choose a suggested colour (middle-left)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; choose a color on the ab colour gamut (top-left)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Choose a recently used colour (bottom-left)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Load image: Click the load image button and choose desired image&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Restart: Click on the restart button. All points on the pad will be removed.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Save result: Click on the save button. This will save the resulting colorization in a directory where the image_file was, along with the user input ab values.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Quit: Click on the quit button.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h3 id=&quot;tips_on_interaction&quot;&gt;Tips on Interaction&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; The &lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt; can be slow to update - check the terminal for some feedback on what ideepcolor is doing in the background&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; The gamut is limited to a recommended colour range. Grab a recently used color if you want a fresh colour for a new point&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Always check out the first (leftmost) suggestion when adding a new point&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; There is no zoom - so to work at higher resolution increase use the  &lt;code&gt;--win_size&lt;/code&gt; option&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Toggle of the gray button and just use the left image if you want a really big image.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;The ideepcolor GUI&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;the_ideepcolor_gui&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:28,&amp;quot;range&amp;quot;:&amp;quot;12504-14341&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit29&quot; id=&quot;state_library_flickr&quot;&gt;State Library Flickr&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Now its finally time to find an image to work with! Jump on the State Library of Queensland Flickr &lt;a href=&quot;https://www.flickr.com/photos/statelibraryqueensland/albums&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.flickr.com/photos/statelibraryqueensland/albums&quot; rel=&quot;ugc nofollow noopener&quot;&gt;albums&lt;/a&gt; and have a browse.  When chosing an image, there is a few things to avoid in images:
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
These artifacts will “confuse” the ideepcolor model, resulting in less useful automatic colourisation, requiring lots of user input.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:image_selection.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:image_selection.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=b0bbda&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:image_selection.png&quot; class=&quot;media&quot; title=&quot;Stepping out for a Spring fashion parade, 1938(modified)&quot; alt=&quot;Stepping out for a Spring fashion parade, 1938(modified)&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:30,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hideslide plugin_wrap&quot;&gt;
&lt;p&gt;
&lt;span class=&quot;wrap_lo &quot;&gt;&lt;a href=&quot;http://bishop.slq.qld.gov.au/view/action/singleViewer.do?dvs=1582504689146~866&amp;amp;locale=en_US&amp;amp;metadata_object_ratio=14&amp;amp;show_metadata=true&amp;amp;VIEWER_URL=/view/action/singleViewer.do?&amp;amp;DELIVERY_RULE_ID=10&amp;amp;frameId=1&amp;amp;usePid1=true&amp;amp;usePid2=true&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;http://bishop.slq.qld.gov.au/view/action/singleViewer.do?dvs=1582504689146~866&amp;amp;locale=en_US&amp;amp;metadata_object_ratio=14&amp;amp;show_metadata=true&amp;amp;VIEWER_URL=/view/action/singleViewer.do?&amp;amp;DELIVERY_RULE_ID=10&amp;amp;frameId=1&amp;amp;usePid1=true&amp;amp;usePid2=true&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Link to State Library Collection item&lt;/a&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:31,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;
&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_start&amp;quot;,&amp;quot;secid&amp;quot;:32,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;div class=&quot;wrap_hidescreen plugin_wrap&quot;&gt;
&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:image_selection.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:image_selection.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=b0bbda&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:image_selection.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;plugin_wrap_end&amp;quot;,&amp;quot;secid&amp;quot;:33,&amp;quot;range&amp;quot;:&amp;quot;0-&amp;quot;} --&gt;&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; scratches and other damage&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; out of focus features&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; washed out areas&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;State Library Flickr&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;state_library_flickr&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:29,&amp;quot;range&amp;quot;:&amp;quot;14342-15500&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit34&quot; id=&quot;results&quot;&gt;Results&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Below is a the results from a five minute session of deep colouring. With the initial image on the left.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:recolor.jpg&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:recolor.jpg&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=600&amp;amp;tok=004dfd&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:recolor.jpg&quot; class=&quot;media&quot; title=&quot;head_and_shoulders_portrait_of_ken_wayne_1947&quot; alt=&quot;head_and_shoulders_portrait_of_ken_wayne_1947&quot; width=&quot;600&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;h3 id=&quot;what_is_going_on&quot;&gt;What is going on?&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
When we save from the &lt;abbr title=&quot;Graphical User Interface&quot;&gt;GUI&lt;/abbr&gt; - we get a folder that contains an input image like the one below - with the user input points marked.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/detail.php?id=workshops%3Apublic%3Amachine_learning%3Aideepcolor%3Astart&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:input_fullres.png&quot; class=&quot;media&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:input_fullres.png&quot; rel=&quot;noopener&quot;&gt;&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=400&amp;amp;tok=3cf6dc&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:input_fullres.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Lets have a closer look at user inputs. I spent the most time around the eyes - the coloured squares indicate my input.
&lt;/p&gt;

&lt;p&gt;
&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=400&amp;amp;tok=362b39&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:close_up.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;400&quot; /&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
The only other points added are for the hair.
&lt;/p&gt;

&lt;p&gt;
&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=400&amp;amp;tok=38662d&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:close_up_hair.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;400&quot; /&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Also saved is the final output image.
&lt;/p&gt;

&lt;p&gt;
&lt;img src=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?w=400&amp;amp;tok=d3500c&amp;amp;media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:ours_fullres.png&quot; class=&quot;media&quot; alt=&quot;&quot; width=&quot;400&quot; /&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
While there a number of areas that could be improved on - specifically the bleed of blue around the left eye, and the strangely light right ear, for a five minute attempt the results are impressive. 
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Results&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;results&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:34,&amp;quot;range&amp;quot;:&amp;quot;15501-16837&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit35&quot; id=&quot;going_further&quot;&gt;Going Further&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
ML is such a big and fast moving area of research there are countless other ways to explore and learn, here are a few two-minute videos to pique your interest:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=EjVzjxihGvU&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.youtube.com/watch?v=EjVzjxihGvU&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Video restoration&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.youtube.com/watch?v=Lu56xVlZ40M&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.youtube.com/watch?v=Lu56xVlZ40M&quot; rel=&quot;ugc nofollow noopener&quot;&gt;OpenAI Plays Hide and Seek&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Make sure you check out the resources in Lynda, which you will have free access to as a State Library of Queensland member
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.lynda.com/learning-paths/IT/become-a-machine-learning-specialist&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.lynda.com/learning-paths/IT/become-a-machine-learning-specialist&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.lynda.com/learning-paths/IT/become-a-machine-learning-specialist&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
And &lt;a href=&quot;https://www.slq.qld.gov.au/plan-my-visit/services/book-spaces-and-equipment/dml-specialist-computing-rego&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.slq.qld.gov.au/plan-my-visit/services/book-spaces-and-equipment/dml-specialist-computing-rego&quot; rel=&quot;ugc nofollow noopener&quot;&gt;apply&lt;/a&gt; to &lt;a href=&quot;https://slqpub.libcal.com/booking/productionworkstation&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://slqpub.libcal.com/booking/productionworkstation&quot; rel=&quot;ugc nofollow noopener&quot;&gt;book some time&lt;/a&gt; on the Production PC (make sure you mention machine learning in your applications) in the DML.  
&lt;/p&gt;

&lt;p&gt;
If you want to fully install ideepcolor on your own computer, check out the &lt;a href=&quot;https://wiki.slq.qld.gov.au/doku.php?id=workshops:public:machine_learning:ideepcolor:installation&quot; class=&quot;wikilink1&quot; title=&quot;workshops:public:machine_learning:ideepcolor:installation&quot; data-wiki-id=&quot;workshops:public:machine_learning:ideepcolor:installation&quot;&gt;brief installation guide&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Going Further&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;going_further&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:35,&amp;quot;range&amp;quot;:&amp;quot;16838-17852&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit36&quot; id=&quot;resources&quot;&gt;Resources&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Example exports from ideepcolor in the workshop.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:head_and_shoulders_portrait_of_ken_wayne_1947.zip&quot; class=&quot;media mediafile mf_zip&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:head_and_shoulders_portrait_of_ken_wayne_1947.zip (4.1 MB)&quot; rel=&quot;noopener&quot;&gt;Success One&lt;/a&gt;, &lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:aerial_view_of_burleigh_heads_gold_coast_queensland.zip&quot; class=&quot;media mediafile mf_zip&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:aerial_view_of_burleigh_heads_gold_coast_queensland.zip (6 MB)&quot; rel=&quot;noopener&quot;&gt;Fail One&lt;/a&gt;, &lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:vs_colorize_with_photoshop.zip&quot; class=&quot;media mediafile mf_zip&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:vs_colorize_with_photoshop.zip (8.7 MB)&quot; rel=&quot;noopener&quot;&gt;Success Two (comparison with photoshop)&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Zipped photographs of ANZAC day.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:anzac.zip&quot; class=&quot;media mediafile mf_zip&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:anzac.zip (290.5 KB)&quot; rel=&quot;noopener&quot;&gt;anzac.zip&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Zipped outputs from ANZAC day.
&lt;a href=&quot;https://wiki.slq.qld.gov.au/lib/exe/fetch.php?media=workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:anzac_coloured.zip&quot; class=&quot;media mediafile mf_zip&quot; target=&quot; _blank&quot; title=&quot;workshops:prototypes:2022-23delivery-lasercutcovers:machine_learning:ideepcolor:anzac_coloured.zip (4.3 MB)&quot; rel=&quot;noopener&quot;&gt;anzac_coloured.zip&lt;/a&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Resources&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;resources&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:36,&amp;quot;range&amp;quot;:&amp;quot;17853-&amp;quot;} --&gt;&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__1&quot; id=&quot;fn__1&quot; class=&quot;fn_bot&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;the ideepcolor training set is 1.3 million images&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__2&quot; id=&quot;fn__2&quot; class=&quot;fn_bot&quot;&gt;2)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;If you&amp;#039;d like to make your own copy of the live system we are using today, head down to The Edge Fabrication Lab during Community Lab hours and bring a 16 gig USB stick with you&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__3&quot; id=&quot;fn__3&quot; class=&quot;fn_bot&quot;&gt;3)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;also called a folder&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__4&quot; id=&quot;fn__4&quot; class=&quot;fn_bot&quot;&gt;4)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;&lt;a href=&quot;https://web.archive.org/web/20171017151526/http://aptitude.alioth.debian.org/doc/en/pr01s02.html&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://web.archive.org/web/20171017151526/http://aptitude.alioth.debian.org/doc/en/pr01s02.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://web.archive.org/web/20171017151526/http://aptitude.alioth.debian.org/doc/en/pr01s02.html&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__5&quot; id=&quot;fn__5&quot; class=&quot;fn_bot&quot;&gt;5)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;because I stuffed up the first ideepcolor environment&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>workshops:public:machine_learning:ideepcolor</category>
            <pubDate>Sat, 15 Apr 2023 11:15:08 +0000</pubDate>
        </item>
    </channel>
</rss>
