← Back to context

Comment by ranger207

6 hours ago

Hey, I have a script for updating my background too! I'm not archiving the old images though, but I've thought about it to make some cool animations

Hah originally making an animation was my plan, but as so often happens it fell on the backburner and then I ended up with a massive archive. I just deleted it once I realized that A) Better archives exist elsewhere and B) I wasn't going to do anything with it.

I still have the script somewhere. I should throw an LLM at it and see if I can't sand off a few rough edges.

  • It would be great if an LLM could be trained to generate interpolated images between the 10m intervals of the full disk geocolor product. The animations would be fantastic.

    I've got about 2.5 years worth of that imagery if someone knows a good way to do this on a budget.

    • I doubt you need an LLM for that, a diffusion model or perhaps even a deep CNN could probably do a passable job. You could train it by taking consecutive triplets of images [A, B, C] and providing [A, C] as inputs with B as the expected output.