From 64662e9f977c0db32e656b93c33d670ee1d0a666 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Sun, 14 Jul 2024 17:11:23 +1000 Subject: [PATCH] Plan out next steps --- dual_regression.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dual_regression.py b/dual_regression.py index e256f1a..62b4966 100644 --- a/dual_regression.py +++ b/dual_regression.py @@ -1,4 +1,14 @@ # Can you do two linear regressions at once to do pixel-to-pixel mappings? +# Plan: Make an image by dumping a G&S libretto into Markdown, adding variations, and +# then turning to PNG. Keep a copy. Rescan the same thing at a different resolution, +# use Pike's image library to add some speckles to it randomly, load it up in the Gimp, +# and have something repeatedly screenshot what I'm doing. Do the full Tesseracting and +# word pairing. For maximum challenge, let Gimp put extra words around the place (menus +# etc), which will have to get ignored. +# Pick a few regions and ensure that we can draw them. For debugging, show both images +# side by side (rescaled to the same height, even if not same width), and draw lines to +# link the words that got paired. +# Gimp can rotate the view. Can it give us a keystone effect easily? ############ From Ahmed Hafdi import numpy as np