<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Photo | John P. Morrissey</title><link>https://www.johnpmorrissey.com/tag/photo/</link><atom:link href="https://www.johnpmorrissey.com/tag/photo/index.xml" rel="self" type="application/rss+xml"/><description>Photo</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-gb</language><copyright>© 2021 John P. Morrissey</copyright><lastBuildDate>Fri, 31 Dec 2021 00:00:00 +0000</lastBuildDate><image><url>https://www.johnpmorrissey.com/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png</url><title>Photo</title><link>https://www.johnpmorrissey.com/tag/photo/</link></image><item><title>Colourising Old Photos: Shanbally Castle Revisited</title><link>https://www.johnpmorrissey.com/post/colourise/</link><pubDate>Fri, 31 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.johnpmorrissey.com/post/colourise/</guid><description>&lt;details class="toc-inpage d-print-none " open>
&lt;summary class="font-weight-bold">Table of Contents&lt;/summary>
&lt;nav id="TableOfContents">
&lt;ul>
&lt;li>&lt;a href="#introduction">Introduction&lt;/a>&lt;/li>
&lt;li>&lt;a href="#the-contenders">The Contenders&lt;/a>&lt;/li>
&lt;li>&lt;a href="#colourised-images">Colourised Images&lt;/a>
&lt;ul>
&lt;li>&lt;a href="#high-resolution-images">High Resolution Images&lt;/a>&lt;/li>
&lt;li>&lt;a href="#low-resolution-images">Low Resolution Images&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#conclusion">Conclusion&lt;/a>&lt;/li>
&lt;/ul>
&lt;/nav>
&lt;/details>
&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;hr>
&lt;p>While recently organising some old black &amp;amp; white photos that I had digitised I began to think about whether it would be possible to colourise those photos using some modern deep learning techniques rather than manually colourising in either PhotoShop or GIMP.
Manually colourising may be the best way to ensure accuracy (if you know a specific colour in the image) but it can be incredibly slow and tedious taking hours, days or even months, depending on the photo.
This didn&amp;rsquo;t sound appealing to me. The promise of automatically (automagically?) coloured in minutes by an AI sounded &amp;hellip;easier.&lt;/p>
&lt;p>Here&amp;rsquo;s a great video on the process of colourising images properly:
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe src="https://www.youtube.com/embed/vubuBrcAwtY" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video">&lt;/iframe>
&lt;/div>
&lt;/p>
&lt;h2 id="the-contenders">The Contenders&lt;/h2>
&lt;p>As it turns out, there&amp;rsquo;s quite a lot of work after getting done in the area in the past few years and a little bit of research threw up some of the main contenders - here&amp;rsquo;s a well curated &lt;a href="https://reposhub.com/python/deep-learning/oskar-j-awesome-image-coloring.html" target="_blank" rel="noopener">list&lt;/a> of some of the many options. After some further reading, I narrowed the list down to a few contenders:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://github.com/richzhang/colorization" target="_blank" rel="noopener">https://github.com/richzhang/colorization&lt;/a> : This is quite well referenced and the results look quite promising.&lt;/li>
&lt;li>&lt;a href="https://github.com/junyanz/interactive-deep-colorization" target="_blank" rel="noopener">https://github.com/junyanz/interactive-deep-colorization&lt;/a> : This is an interactive tool that allow you to specify the colour of a specific region which can be useful for stopping colour bleeding or to force a specific colour in an area. This is now included in Adobe Photoshop Elements.&lt;/li>
&lt;li>&lt;a href="https://github.com/google-research/google-research/tree/master/coltran" target="_blank" rel="noopener">https://github.com/google-research/google-research/tree/master/coltran&lt;/a> : The power of Google research. Should be good, right?&lt;/li>
&lt;li>&lt;a href="https://github.com/jantic/DeOldify" target="_blank" rel="noopener">https://github.com/jantic/DeOldify&lt;/a> : A pretty impressive tool that is now available within &lt;a href="https://www.myheritage.com/incolor" target="_blank" rel="noopener">MyHeritage&lt;/a> website. This is the original tool minus any new updates in the MyHeritage version.&lt;/li>
&lt;/ul>
&lt;p>There&amp;rsquo;s strengths and weaknesses for each of these options and there is also a dependence on the dataset used for training, both it&amp;rsquo;s size and content. If you use a model trained on pictures containing people nd animals only, it will probably do a relatively poor job colouring landscape images.&lt;/p>
&lt;p>There&amp;rsquo;s a really nice &lt;a href="https://habr.com/en/company/ruvds/blog/568426/" target="_blank" rel="noopener">post&lt;/a> that makes a comparison between the colour transformer and DeOldify approaches which shows that the transformer can give great results, but more often than not it will do something strange while DeOldify is much more consistent from years of training and tweaking. However, it does show that DeOldify can have a more limited and restrained colour palette because of how it works.&lt;/p>
&lt;p>Anyway, after much reading and thinking about what I want to achieve (reliable colourisation of old photos), I&amp;rsquo;ve decided to start with DeOldify&amp;rsquo;s notebooks and see how well it performs on my images.&lt;/p>
&lt;h2 id="colourised-images">Colourised Images&lt;/h2>
&lt;p>I&amp;rsquo;m using set of photos of from a previous post of a &lt;a href="../shanbally/">lost local landmark&lt;/a> to get an idea of what it might look like if I walked past it today.&lt;/p>
&lt;h3 id="high-resolution-images">High Resolution Images&lt;/h3>
&lt;p>The first set of images I tested the AI tool on was the higher quality images of the exterior of the castle shot early in it&amp;rsquo;s lifetime. These photos are relatively good resolution without many defects in the image.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-from-front-elevation-with-porte-cochère">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle from front elevation with porte-cochère**" srcset="
/media/albums/shanbally/WL_3450_hu15fbf48b1f93cb4660258b2d4fc40af8_1366988_21c84f4c464fe37c18f88dff9f3204b7.png 400w,
/media/albums/shanbally/WL_3450_hu15fbf48b1f93cb4660258b2d4fc40af8_1366988_1b8acf830f2448b01a6f99a3a2661f5b.png 760w,
/media/albums/shanbally/WL_3450_hu15fbf48b1f93cb4660258b2d4fc40af8_1366988_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/WL_3450_hu15fbf48b1f93cb4660258b2d4fc40af8_1366988_21c84f4c464fe37c18f88dff9f3204b7.png"
width="760"
height="628"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle from front elevation with porte-cochère&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-from-front-elevation-with-porte-cochère---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle from front elevation with porte-cochère - now in colour**" srcset="
/media/albums/shanbally_colour/WL_3450_Col_huda5122ce6d47544a0650a12593a812ab_2161575_468488eabcdd6ef429b07c68ac52ed7a.png 400w,
/media/albums/shanbally_colour/WL_3450_Col_huda5122ce6d47544a0650a12593a812ab_2161575_72ba5d31f7fce431d6ff19f18acc9bfe.png 760w,
/media/albums/shanbally_colour/WL_3450_Col_huda5122ce6d47544a0650a12593a812ab_2161575_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_3450_Col_huda5122ce6d47544a0650a12593a812ab_2161575_468488eabcdd6ef429b07c68ac52ed7a.png"
width="760"
height="628"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle from front elevation with porte-cochère - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> The first photo comparison is not to bad but the mono-tone sky really washes out the image. The grass and shrubbery in the foreground is quite well coloured, but there is some questionable &lt;em>&amp;ldquo;moss&amp;rdquo;&lt;/em> on the walls as they look a little green in places.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-across-the-southern-gardens">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle across the southern gardens**" srcset="
/media/albums/shanbally/wl_3451_hue2a1c56c7b217588890de792248775ef_1407666_cbe17c670063bee235d988581dfd9646.png 400w,
/media/albums/shanbally/wl_3451_hue2a1c56c7b217588890de792248775ef_1407666_77808000a8c036b774b62bb1268ceee0.png 760w,
/media/albums/shanbally/wl_3451_hue2a1c56c7b217588890de792248775ef_1407666_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/wl_3451_hue2a1c56c7b217588890de792248775ef_1407666_cbe17c670063bee235d988581dfd9646.png"
width="760"
height="630"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle across the southern gardens&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-across-the-southern-gardens---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle across the southern gardens - now in colour**" srcset="
/media/albums/shanbally_colour/WL_3451_Col_hu68c205d8debc7e3a9eed6140bbd20ace_2462565_b76f9d26aa3b6a96366cec3d2408da03.png 400w,
/media/albums/shanbally_colour/WL_3451_Col_hu68c205d8debc7e3a9eed6140bbd20ace_2462565_3df4db249f2caa25dfe6d4342a1501da.png 760w,
/media/albums/shanbally_colour/WL_3451_Col_hu68c205d8debc7e3a9eed6140bbd20ace_2462565_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_3451_Col_hu68c205d8debc7e3a9eed6140bbd20ace_2462565_b76f9d26aa3b6a96366cec3d2408da03.png"
width="760"
height="630"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle across the southern gardens - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> For this image the AI has done an &lt;em>ok&lt;/em> job, but it has really struggled where the tree is cutting off a small bit of the south-west tower and there is an uncoloured patch on the building because of this. This could be manually touched up, but I&amp;rsquo;ve left it as how the AI completed the task to show some of the places it has struggled.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-end-elevation-of-shanbally-castle-showing-towers-containing-the-oval-drawing-room-right-and-dining-room-left">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**End Elevation of Shanbally castle showing towers containing the oval drawing room (right) and dining room (left)**" srcset="
/media/albums/shanbally/WL_3452_hu298876436e78261a5ab5fe4b0a199548_1404303_b3a43aabf6e3204baa0b29f77f348dbd.png 400w,
/media/albums/shanbally/WL_3452_hu298876436e78261a5ab5fe4b0a199548_1404303_8ebef41879f0870cd55124331e9374d8.png 760w,
/media/albums/shanbally/WL_3452_hu298876436e78261a5ab5fe4b0a199548_1404303_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/WL_3452_hu298876436e78261a5ab5fe4b0a199548_1404303_b3a43aabf6e3204baa0b29f77f348dbd.png"
width="760"
height="631"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>End Elevation of Shanbally castle showing towers containing the oval drawing room (right) and dining room (left)&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-end-elevation-of-shanbally-castle-showing-towers-containing-the-oval-drawing-room-right-and-dining-room-left---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**End Elevation of Shanbally castle showing towers containing the oval drawing room (right) and dining room (left) - now in colour**" srcset="
/media/albums/shanbally_colour/WL_3452_Col_hu173186f5ee6679c4b00ba2f1264af1cf_2256668_a3a92a28fcad8ec5b238dc43a45324fe.png 400w,
/media/albums/shanbally_colour/WL_3452_Col_hu173186f5ee6679c4b00ba2f1264af1cf_2256668_e5b545fb758995b0164142aa6eab1b38.png 760w,
/media/albums/shanbally_colour/WL_3452_Col_hu173186f5ee6679c4b00ba2f1264af1cf_2256668_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_3452_Col_hu173186f5ee6679c4b00ba2f1264af1cf_2256668_a3a92a28fcad8ec5b238dc43a45324fe.png"
width="760"
height="631"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>End Elevation of Shanbally castle showing towers containing the oval drawing room (right) and dining room (left) - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> I think the AI has done an &lt;strong>amazing&lt;/strong> job this photo, it looks completely natural in the coloured version - no strange bleeding of colours at boundaries or suspect colours, just an idea of how well the castle looked on a slightly cloudy day in south Tipperary!&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-from-front-elevation-with-porte-cochère">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle from front elevation with porte-cochère**" srcset="
/media/albums/shanbally/WL_5167_huc75fd0e11dbfa67265720e362953d517_2160358_e7fcbcc35b6f8e4c95c355cb642f169b.png 400w,
/media/albums/shanbally/WL_5167_huc75fd0e11dbfa67265720e362953d517_2160358_389d8823c5f01e8bb1cd622d97afc5b7.png 760w,
/media/albums/shanbally/WL_5167_huc75fd0e11dbfa67265720e362953d517_2160358_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/WL_5167_huc75fd0e11dbfa67265720e362953d517_2160358_e7fcbcc35b6f8e4c95c355cb642f169b.png"
width="760"
height="581"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle from front elevation with porte-cochère&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-from-front-elevation-with-porte-cochère---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle from front elevation with porte-cochère - now in colour**" srcset="
/media/albums/shanbally_colour/WL_5167_Col_hu2e070ec067461a70842c0ce51f72d20b_4653515_b386f3c765ded6f1eb5f8611a7cf8783.png 400w,
/media/albums/shanbally_colour/WL_5167_Col_hu2e070ec067461a70842c0ce51f72d20b_4653515_e150347937c03282e41eb957a17c7ffc.png 760w,
/media/albums/shanbally_colour/WL_5167_Col_hu2e070ec067461a70842c0ce51f72d20b_4653515_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_5167_Col_hu2e070ec067461a70842c0ce51f72d20b_4653515_b386f3c765ded6f1eb5f8611a7cf8783.png"
width="760"
height="581"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle from front elevation with porte-cochère - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> This is a good good attempt here.
It&amp;rsquo;s practically the same photo as the first one, just a slightly shifted location and sky that is not washed out.
The tree in the mid right foreground is causing lots of problems as it&amp;rsquo;s not able to define clear edges. The wall behind it is uncoloured and there&amp;rsquo;s a bit of a yellow &lt;em>&amp;ldquo;halo&amp;rdquo;&lt;/em> around the path to the right.
I think it may have painted the gravel green though, but I&amp;rsquo;m not sure!
The AI has really struggled dealing with trees that are partially obscuring the background building.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-across-the-southern-gardens-main-library-is-visible-in-centre-of-facade-with-single-storey-conservatory-to-the-right">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle across the southern gardens. Main Library is visible in centre of facade with single storey conservatory to the right**" srcset="
/media/albums/shanbally/WL_5169_hu959affa24fc5db04c5f882bc65af332c_1810810_5d4fd307ded9554caf7ee4b09bdc8fd3.png 400w,
/media/albums/shanbally/WL_5169_hu959affa24fc5db04c5f882bc65af332c_1810810_184b7f0d56eb11b24fa7b96239d491ed.png 760w,
/media/albums/shanbally/WL_5169_hu959affa24fc5db04c5f882bc65af332c_1810810_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/WL_5169_hu959affa24fc5db04c5f882bc65af332c_1810810_5d4fd307ded9554caf7ee4b09bdc8fd3.png"
width="760"
height="581"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle across the southern gardens. Main Library is visible in centre of facade with single storey conservatory to the right&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-across-the-southern-gardens---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle across the southern gardens - now in colour**" srcset="
/media/albums/shanbally_colour/WL_5169_Col_hu3fa99ff3e1f5f068df12da8aa4a45190_3721375_c0b877e5076eb98a8d6d947550ca3349.png 400w,
/media/albums/shanbally_colour/WL_5169_Col_hu3fa99ff3e1f5f068df12da8aa4a45190_3721375_991c2d0c41b05dc9506da7e6a28ae867.png 760w,
/media/albums/shanbally_colour/WL_5169_Col_hu3fa99ff3e1f5f068df12da8aa4a45190_3721375_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_5169_Col_hu3fa99ff3e1f5f068df12da8aa4a45190_3721375_c0b877e5076eb98a8d6d947550ca3349.png"
width="760"
height="581"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle across the southern gardens - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> This is another really good attempt, with only a small part of the central tower above the ivy not getting picked up fully. I think this is capturing the scene quite well, even with the mono-tone grey sky.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-across-the-southern-gardens">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle across the southern gardens**" srcset="
/media/albums/shanbally/WL_6909_hubff221459f2bf8c419928292d8443222_1490057_6541e509abd5757e122fd9cfc179956e.png 400w,
/media/albums/shanbally/WL_6909_hubff221459f2bf8c419928292d8443222_1490057_d6f6c840622f5a5d55056da6cc8061a3.png 760w,
/media/albums/shanbally/WL_6909_hubff221459f2bf8c419928292d8443222_1490057_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/WL_6909_hubff221459f2bf8c419928292d8443222_1490057_6541e509abd5757e122fd9cfc179956e.png"
width="760"
height="497"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle across the southern gardens&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-view-of-shanbally-castle-across-the-southern-gardens---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**View of Shanbally Castle across the southern gardens - now in colour**" srcset="
/media/albums/shanbally_colour/WL_6909_Col_hubd764df554b39022d77524b56eb0e641_3593230_1066ac4e8d1d6f469aee80303f0d95c9.png 400w,
/media/albums/shanbally_colour/WL_6909_Col_hubd764df554b39022d77524b56eb0e641_3593230_28b6948a02c3f2298df8dcea488f2d8a.png 760w,
/media/albums/shanbally_colour/WL_6909_Col_hubd764df554b39022d77524b56eb0e641_3593230_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_6909_Col_hubd764df554b39022d77524b56eb0e641_3593230_1066ac4e8d1d6f469aee80303f0d95c9.png"
width="760"
height="497"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>View of Shanbally Castle across the southern gardens - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> Another really good attempt here, and not upset by the tree that is over the photographers positions.
The top of the central tower still has the same slight colour variation as the previous photo - maybe it is real? Unfortunately no way to tell.
I think this may be my favourite.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-approach-to-shanbally-castle-with-porte-cochère-visible-at-left">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Approach to Shanbally Castle with porte-cochère visible at left**" srcset="
/media/albums/shanbally/WL_6910_hu9a0bafd4c19ede03f8d0e1c87217cd36_1521525_ddb237a55b95e386ebbc804435acebd5.png 400w,
/media/albums/shanbally/WL_6910_hu9a0bafd4c19ede03f8d0e1c87217cd36_1521525_7743be8a1624c6357e253982bc61f43b.png 760w,
/media/albums/shanbally/WL_6910_hu9a0bafd4c19ede03f8d0e1c87217cd36_1521525_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally/WL_6910_hu9a0bafd4c19ede03f8d0e1c87217cd36_1521525_ddb237a55b95e386ebbc804435acebd5.png"
width="760"
height="497"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Approach to Shanbally Castle with porte-cochère visible at left&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-approach-to-shanbally-castle-with-porte-cochère-visible-at-left---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Approach to Shanbally Castle with porte-cochère visible at left - now in colour**" srcset="
/media/albums/shanbally_colour/WL_6910_Col_hu500ae67977dcaa4565b94451a34f642b_3482738_0ffe45c9aec721ac88bf10f74e8ecdf1.png 400w,
/media/albums/shanbally_colour/WL_6910_Col_hu500ae67977dcaa4565b94451a34f642b_3482738_301c55c0326f6ac6d17ef4a543579ef2.png 760w,
/media/albums/shanbally_colour/WL_6910_Col_hu500ae67977dcaa4565b94451a34f642b_3482738_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_colour/WL_6910_Col_hu500ae67977dcaa4565b94451a34f642b_3482738_0ffe45c9aec721ac88bf10f74e8ecdf1.png"
width="760"
height="497"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Approach to Shanbally Castle with porte-cochère visible at left - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> Again another image that has been very well done.
Only one small washed out path in the front right corner between the two fence poles.
My only question/doubt here relates to the colour of the material on the road - the AI has gone green as it seems to think it&amp;rsquo;s chopped grass, but my suspicion is that it&amp;rsquo;s actually a gravel road and that is should be a more natural stone colour.&lt;/p>
&lt;p>The AI has done a pretty decent job of colourising these photos, with some obvious sections that would require a manual touch-up.
The colour adds a new perspective to these images and I&amp;rsquo;m surprised by how much of a difference it makes.&lt;/p>
&lt;h3 id="low-resolution-images">Low Resolution Images&lt;/h3>
&lt;p>The second batch of photos I&amp;rsquo;m going to attempt colourising are the internal photos.
These images are quite poor quality as they are scans of printed photos and not ones longingly created from negatives or originals.
This means that although the resolution is relatively high, there is a lot of noise in the image, which may affect the colourising process.
Ideally, these photos should probably be enhanced or restored before colourising but I&amp;rsquo;m going to skip that step.
Maybe I&amp;rsquo;ll come back to do it some other time.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-main-library">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Main library**" srcset="
/media/albums/shanbally_demo/Image_009_28122012_huf79706f6a6dce09d377cbe1b44111dc9_978376_0c2a7b596e899c8d50d1c649c23c6831.jpg 400w,
/media/albums/shanbally_demo/Image_009_28122012_huf79706f6a6dce09d377cbe1b44111dc9_978376_9e1a63488944460eff2194a8b4f346f6.jpg 760w,
/media/albums/shanbally_demo/Image_009_28122012_huf79706f6a6dce09d377cbe1b44111dc9_978376_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_009_28122012_huf79706f6a6dce09d377cbe1b44111dc9_978376_0c2a7b596e899c8d50d1c649c23c6831.jpg"
width="760"
height="523"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Main library&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-main-library---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Main library - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_009_28122012_huaaf79c325a124d4ebb565df7144397fa_2254834_e0f0bc8cb2ad92d08f66cf07bf600b00.png 400w,
/media/albums/shanbally_demo_colour/Image_009_28122012_huaaf79c325a124d4ebb565df7144397fa_2254834_ac05754dcfac1c9b530c2711cd2fecde.png 760w,
/media/albums/shanbally_demo_colour/Image_009_28122012_huaaf79c325a124d4ebb565df7144397fa_2254834_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_009_28122012_huaaf79c325a124d4ebb565df7144397fa_2254834_e0f0bc8cb2ad92d08f66cf07bf600b00.png"
width="760"
height="523"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Main library - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> This is probably a difficult one for the AI to deal with as there is nothing of obvious colour (grass, sky, etc.) for it to work from, so what you end up with something like a room being lit under a low evening sun with a sort of evening glow.
I think this is probably related to the &lt;em>DeOldify&lt;/em> algorithm and training set which tends to being average colours.
The &lt;em>Google Transformer&lt;/em> AI would probably give a more impressive result on these interior photos.
Also, I have no idea on the actual interior decoration and what colours to expect here.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-inside-of-drawing-room">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Inside of drawing room**" srcset="
/media/albums/shanbally_demo/Image_010_28122012_huad1f2c1cdfbd546c1811c5a39b8e5ab2_442978_70a0446aaaa2e296d9b8d388911b01fe.jpg 400w,
/media/albums/shanbally_demo/Image_010_28122012_huad1f2c1cdfbd546c1811c5a39b8e5ab2_442978_711ed124592a9c4b31a30245cb5c163c.jpg 760w,
/media/albums/shanbally_demo/Image_010_28122012_huad1f2c1cdfbd546c1811c5a39b8e5ab2_442978_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_010_28122012_huad1f2c1cdfbd546c1811c5a39b8e5ab2_442978_70a0446aaaa2e296d9b8d388911b01fe.jpg"
width="760"
height="724"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Inside of drawing room&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-inside-of-drawing-room---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Inside of drawing room - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_010_28122012_hucfbd298e5728cb1d046871c04ad2c6d6_1142848_215602b8335b98338d07a36e5f81ad68.png 400w,
/media/albums/shanbally_demo_colour/Image_010_28122012_hucfbd298e5728cb1d046871c04ad2c6d6_1142848_eea74b1d30789c219243f74d799024db.png 760w,
/media/albums/shanbally_demo_colour/Image_010_28122012_hucfbd298e5728cb1d046871c04ad2c6d6_1142848_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_010_28122012_hucfbd298e5728cb1d046871c04ad2c6d6_1142848_215602b8335b98338d07a36e5f81ad68.png"
width="760"
height="724"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Inside of drawing room - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> Same problem as previous - no distinct colours leading to an average orange/brown glow. There is a hint of the greenery coming through the windows though, so some credit due.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-main-groundfloor-gallery">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Main groundfloor gallery**" srcset="
/media/albums/shanbally_demo/Image_007_28122012_hu3a15902a0fcb65219dc0cf8a2fa8cabb_486476_f24907530347a7f2e1200950042f76b4.jpg 400w,
/media/albums/shanbally_demo/Image_007_28122012_hu3a15902a0fcb65219dc0cf8a2fa8cabb_486476_8fb0582cea0e557233ccbbf4956a29f8.jpg 760w,
/media/albums/shanbally_demo/Image_007_28122012_hu3a15902a0fcb65219dc0cf8a2fa8cabb_486476_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_007_28122012_hu3a15902a0fcb65219dc0cf8a2fa8cabb_486476_f24907530347a7f2e1200950042f76b4.jpg"
width="760"
height="576"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Main groundfloor gallery&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-main-groundfloor-gallery---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Main groundfloor gallery - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_007_28122012_hu7ee34dfa793a1cd817caa1f739aae5fb_1253260_883f7e2df1ba78fead54e4a5f9da61f8.png 400w,
/media/albums/shanbally_demo_colour/Image_007_28122012_hu7ee34dfa793a1cd817caa1f739aae5fb_1253260_82c699c67ba68ea75b431fd887e27abd.png 760w,
/media/albums/shanbally_demo_colour/Image_007_28122012_hu7ee34dfa793a1cd817caa1f739aae5fb_1253260_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_007_28122012_hu7ee34dfa793a1cd817caa1f739aae5fb_1253260_883f7e2df1ba78fead54e4a5f9da61f8.png"
width="760"
height="576"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Main groundfloor gallery - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> Same problem as again - no distinct colours leading to an average orange/brown glow.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-main-staircase-from-gallery">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Main staircase from Gallery**" srcset="
/media/albums/shanbally_demo/Image_005_28122012_hu49bbad2e16901223897e201c5c38bf36_429920_0c7d0504617388ec7d7076b28886c5b1.jpg 400w,
/media/albums/shanbally_demo/Image_005_28122012_hu49bbad2e16901223897e201c5c38bf36_429920_758ce3c08b746665b4aee9009ff8758c.jpg 760w,
/media/albums/shanbally_demo/Image_005_28122012_hu49bbad2e16901223897e201c5c38bf36_429920_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_005_28122012_hu49bbad2e16901223897e201c5c38bf36_429920_0c7d0504617388ec7d7076b28886c5b1.jpg"
width="461"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Main staircase from Gallery&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-main-staircase-from-gallery---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Main staircase from Gallery - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_005_28122012_hu81ae21f9e44039eef94a37d2a81765a2_1032353_7b6e57836cea3bc589aef7376400ea35.png 400w,
/media/albums/shanbally_demo_colour/Image_005_28122012_hu81ae21f9e44039eef94a37d2a81765a2_1032353_20c9c5cc27ca0fe8da09cc2666c34a88.png 760w,
/media/albums/shanbally_demo_colour/Image_005_28122012_hu81ae21f9e44039eef94a37d2a81765a2_1032353_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_005_28122012_hu81ae21f9e44039eef94a37d2a81765a2_1032353_7b6e57836cea3bc589aef7376400ea35.png"
width="461"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Main staircase from Gallery - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> Same problem as again - no distinct colours leading. I think the natural wood staircase should pop out a bit more from the relatively light coloured wall. Also the exposed red-brick isn&amp;rsquo;t really picked up.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-vaulted-ceiling-over-main-staircase">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Vaulted ceiling over main staircase**" srcset="
/media/albums/shanbally_demo/Image_006_28122012_hub9d1b818b51ffdcabd2cfeb770528e37_566345_2cf0cbac8e8cd24ca8fc92b9e73aebe9.jpg 400w,
/media/albums/shanbally_demo/Image_006_28122012_hub9d1b818b51ffdcabd2cfeb770528e37_566345_9553c00fd838f6cd9ffff658aa81c841.jpg 760w,
/media/albums/shanbally_demo/Image_006_28122012_hub9d1b818b51ffdcabd2cfeb770528e37_566345_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_006_28122012_hub9d1b818b51ffdcabd2cfeb770528e37_566345_2cf0cbac8e8cd24ca8fc92b9e73aebe9.jpg"
width="549"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Vaulted ceiling over main staircase&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-vaulted-ceiling-over-main-staircase---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Vaulted ceiling over main staircase - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_006_28122012_hu08090d9fc24845c93eefd95d958d7d47_1369197_81076c060a349e861ed8d58721aa74b8.png 400w,
/media/albums/shanbally_demo_colour/Image_006_28122012_hu08090d9fc24845c93eefd95d958d7d47_1369197_98f290b1e5fda1c75881b9dbdb2d333e.png 760w,
/media/albums/shanbally_demo_colour/Image_006_28122012_hu08090d9fc24845c93eefd95d958d7d47_1369197_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_006_28122012_hu08090d9fc24845c93eefd95d958d7d47_1369197_81076c060a349e861ed8d58721aa74b8.png"
width="549"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Vaulted ceiling over main staircase - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> This may be an unfair test - it&amp;rsquo;s probably a white ceiling so this looks about right with some colour from the window light coming through.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-octagonal-tea-room">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Octagonal tea room**" srcset="
/media/albums/shanbally_demo/Image_003_28122012_hucce61eb631bfe55efbf26d68b2fe13d7_684414_aad1d8c85e05de654b14ae33a350b438.jpg 400w,
/media/albums/shanbally_demo/Image_003_28122012_hucce61eb631bfe55efbf26d68b2fe13d7_684414_edac64b13b0a597d1dbab3cdcc4a8895.jpg 760w,
/media/albums/shanbally_demo/Image_003_28122012_hucce61eb631bfe55efbf26d68b2fe13d7_684414_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_003_28122012_hucce61eb631bfe55efbf26d68b2fe13d7_684414_aad1d8c85e05de654b14ae33a350b438.jpg"
width="542"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Octagonal tea room&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-octagonal-tea-room---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Octagonal tea room - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_003_28122012_hu58f36ab3498efe44e63751c677e12a4b_1570555_76c68d30046079f54d311cdef82f0991.png 400w,
/media/albums/shanbally_demo_colour/Image_003_28122012_hu58f36ab3498efe44e63751c677e12a4b_1570555_25dfba4cd093197f161832af84935d8e.png 760w,
/media/albums/shanbally_demo_colour/Image_003_28122012_hu58f36ab3498efe44e63751c677e12a4b_1570555_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_003_28122012_hu58f36ab3498efe44e63751c677e12a4b_1570555_76c68d30046079f54d311cdef82f0991.png"
width="542"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Octagonal tea room - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> An outdoor shot with something contrast. This all looks pretty good, with maybe the exception of the sky in the upper left corner, which appears to be a bit dark given the level of sunshine evident elsewhere. I think the quality of the original photo may be the cause of the problem as there may not be enough information.&lt;/p>
&lt;div class="row">
&lt;div class="column_2">
&lt;figure id="figure-castle-from-the-distance">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Castle from the distance**" srcset="
/media/albums/shanbally_demo/Image_002_28122012_hu5522c866457fa04dbb0cad3de90af1e9_2107107_813cef721b5d96ae4674ed5970e3c9f7.jpg 400w,
/media/albums/shanbally_demo/Image_002_28122012_hu5522c866457fa04dbb0cad3de90af1e9_2107107_1dd07a07945bdb556e99b366ec04c6b8.jpg 760w,
/media/albums/shanbally_demo/Image_002_28122012_hu5522c866457fa04dbb0cad3de90af1e9_2107107_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo/Image_002_28122012_hu5522c866457fa04dbb0cad3de90af1e9_2107107_813cef721b5d96ae4674ed5970e3c9f7.jpg"
width="760"
height="470"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Castle from the distance&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;div class="column_2">
&lt;figure id="figure-castle-from-the-distance---now-in-colour">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="**Castle from the distance - now in colour**" srcset="
/media/albums/shanbally_demo_colour/Image_002_28122012_hub6d28270af00ab0bf0aa789477887b5a_3162411_6142eed3a5030f7af1d2c9cc6df76a8b.png 400w,
/media/albums/shanbally_demo_colour/Image_002_28122012_hub6d28270af00ab0bf0aa789477887b5a_3162411_7a035aca2c22460c6dd144312355edd5.png 760w,
/media/albums/shanbally_demo_colour/Image_002_28122012_hub6d28270af00ab0bf0aa789477887b5a_3162411_1200x1200_fit_lanczos_3.png 1200w"
src="https://www.johnpmorrissey.com/media/albums/shanbally_demo_colour/Image_002_28122012_hub6d28270af00ab0bf0aa789477887b5a_3162411_6142eed3a5030f7af1d2c9cc6df76a8b.png"
width="760"
height="470"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
&lt;strong>Castle from the distance - now in colour&lt;/strong>
&lt;/figcaption>&lt;/figure>
&lt;/div>
&lt;/div>
&lt;p>&lt;strong>Verdict:&lt;/strong> This is by far the best of the this batch of low quality photos. The only blemish is the slightly green tint appearing in the sky. It does look like a glorious late summer&amp;rsquo;s day in Tipperary though. Amazing what little colour can do.&lt;/p>
&lt;h2 id="conclusion">Conclusion&lt;/h2>
&lt;p>Overall, the quality of the colourised images is pretty impressive for an automated process that only took 5-10s per image.
Some more time was obviously spent finding the best input parameters as this can vary per image, depending on the image quality.&lt;/p>
&lt;p>The AI and algorithm worked much better on the the first batch of higher quality images and there were a few really impressive conversions. It struggled a bit with the second set of images which were lower quality with a pixelated appearance due to being scans of printed images. I also think the image content didn&amp;rsquo;t help, with it struggling to add colours to the interior and things all just ending up with an average &lt;em>&amp;lsquo;brownish&amp;rsquo;&lt;/em> wash because it did quite well on the exterior images in this batch.&lt;/p>
&lt;p>I&amp;rsquo;ve been impressed by what these new tools can do, but they will probably never quite have the accuracy of a lovingly created, historically accurate, manually colourised image. But if you just want a splash of color for a new perspective, then this is great.&lt;/p></description></item></channel></rss>