2021-09-19 13:41:50 +02:00
|
|
|
---
|
|
|
|
title: "Super Resolution 🧙♂️"
|
|
|
|
date: 2021-09-19T13:30:00+02:00
|
2022-06-13 17:39:51 +02:00
|
|
|
draft: true
|
2021-10-03 11:42:10 +02:00
|
|
|
toc: true
|
2022-06-13 17:39:51 +02:00
|
|
|
math: true
|
2021-09-19 13:41:50 +02:00
|
|
|
tags:
|
|
|
|
- upscaling
|
|
|
|
- image-processing
|
|
|
|
- anime
|
|
|
|
- python
|
|
|
|
---
|
|
|
|
|
|
|
|
WIP: this is an on going effort for super-resolving images given learned context
|
2022-06-13 17:39:51 +02:00
|
|
|
and Super-Resolution Using a Generative Adversarial Network (SRGAN). [^1]
|
|
|
|
|
|
|
|
$$ y_t = \beta_0 + \beta_1 x_t + \epsilon_t $$
|
|
|
|
|
|
|
|
now inline math \\( x + y \\) =]
|
|
|
|
|
|
|
|
[^1]: And that's the footnote.
|