Hacker News new | ask | show | jobs
UpscalerJS: Deblurring / denoising / low light models (and more) (upscalerjs.com)
5 points by thekevinscott 931 days ago
2 comments

Just released a series of Tensorflow.js models based on the [MAXIM architecture](https://arxiv.org/abs/2201.02973). These include:

- Deblurring

- Deraining

- Denoising

- Low light enhancement

- Retouching

- Dehazing (Indoor & Outdoor)

They work in both the browser and Node, although only on browsers capable of ingesting a 64x64 image into GPU memory.

Does it work on deno?
It does not - afaik deno does not offer support for tfjs