csxmli2016 / DFDNet

Blind Face Restoration via Deep Multi-scale Component Dictionaries (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra options or more advanced updated DFDNet branch / project ?

AlonDan opened this issue · comments

I'm wondering if there is a more up to date DFDNet branch or similar project that can:

1. Show progress bar with estimate time while process of the different tasks (Crop and Align, Face Landmark Detection, Face Restoration, Past) ?

2. Work on FULL IMAGE and not just the face?

3. Are there any upcoming new improvement from the last update of DFDNet, on similar projects out there that already improved?

Sorry but I'm new to this, I found DFDNet amazing and I wonder if there are upcoming improvements or maybe already there are either as different unofficial branches or totally different project like it, so if anyone can share or recommend with some links?

Thanks ahead!

Well, if you want to enhance whole image then you will need to use more than one tool, as there is no GAN that would be capable of enhancing the whole image. As far as I know, GANs that are currently available are trained to generate or enhance particular types of content. For example, if a GAN is trained to enhance faces, it will only enhance faces and nothing more. When the algorithm encounters elements it doesn't 'know' then it leaves them unchanged.

There are some AI tools available that you might find interesting. Topaz Labs applications perform amazing job with upscaling, sharpening and denoising images. There's also Let's Enhance https://letsenhance.io with tool called 'Smart Enhance' that is capable of enhancing whole images by reducing pixelation, sharpening, etc.

Use these tools along with DFDNet (or Remini or whatever face-enhancing software you like) and you'll achieve almost pixel-perfect portraits :)

I'm also interested in enhanced features!

Regarding your interest in status like a progress bar.
"Show progress bar with estimate time while process of the different tasks (Crop and Align, Face Landmark Detection, Face Restoration, Past) ?"

I was interested in the same thing so I created a very simple GUI that shows the progress of the of the enhancement and adds some other functionality like processing input images in batches.
I'm working on adding more status information but it works well as of writing.

Might be of use to you?

GitHub project

GitHub release

Demo