Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st April 2023, 16:44   #141  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
Will do.
Main issue I have atm. with it, is that when the head covers, most of the image, only parts of the head seem to be processed.
This kind of ruins the image if the person has longer hair.

(using detector = 1, doesn't help either)
https://imgsli.com/MTY2MjEw Suzie with weight=1
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 1st April 2023 at 16:55.
Selur is offline   Reply With Quote
Old 1st April 2023, 16:57   #142  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,751
At least the face now looks like it belongs to the same person
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository
ChaosKing is offline   Reply With Quote
Old 1st April 2023, 19:06   #143  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
Here's an example of weight 0 and weight 1: https://imgsli.com/MTY2Mjc4
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 2nd April 2023, 10:56   #144  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
Did some further testing and if upscale is > 1 (weight=1) and the upscaling is later undone it basically can be used as a 'face detail enhancer' which might be interesting.
Also in combination with FeMaSR (with weight<1) it can be used to fix the face distortions FeMaSR does.

This does not fix the issue with half enhanced heads, but seems to be a good way to use the filter.
SwinIRx4+vsCodeFormer: https://imgsli.com/MTY2NDA3, looks nice frame-by-frame, but isn't really temporally stable => adding 3xQTGMC_type3.

Cu Selur

Ps.: got a nice example of what weight 0 can do: https://imgsli.com/MTY2NDI2,...
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 2nd April 2023 at 13:32.
Selur is offline   Reply With Quote
Old 2nd April 2023, 18:13   #145  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
Okay, small update in regard to Vapoursynth R62:
TensorRT doesn't support Python 3.11 atm.
Latest TensorRT-package (TensorRT-8.6.0.12.Windows10.x86_64.cuda-11.8.zip) from https://developer.nvidia.com/tensorrt does not contain (TensorRT-8.6.0.12.Windows10.x86_64.cuda-11.8.zip\TensorRT-8.6.0.12\python) a cp311 file.
So all the filters that use TensorRT won't work.
=> Hoping NVIDIA will release a Python 3.11 file in the near (who knows) future.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 8th April 2023 at 13:50.
Selur is offline   Reply With Quote
Old 16th April 2023, 17:04   #146  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
Maybe interesting to some:
https://github.com/HolyWu/vs-grlir uses real-world image super-resolution model of GRL for Image Restoration
https://imgsli.com/MTcxMDA1

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 17th April 2023, 13:36   #147  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 441
Thanx for all the info.. I think its about time to check out your extended version of hybrid, including all the nice "AI" stuff not included in the normal release
ReinerSchweinlin is offline   Reply With Quote
Old 17th April 2023, 13:45   #148  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
@RainerSchweinlin: Send you a pm with links to my current dev + torchAddon.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 18th April 2023, 12:35   #149  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 441
Quote:
Originally Posted by Selur View Post
@RainerSchweinlin: Send you a pm with links to my current dev + torchAddon.
Merci
ReinerSchweinlin is offline   Reply With Quote
Old 23rd April 2023, 13:11   #150  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,033
btw. vs-grlir just got updated and not supports multiple models, cuda_graphs, fp16.
Code:
 :param model:           Model to use.
                             0 = Blind Image SR
                             1 = Defocus Deblurring
                             2 = Motion Deblurring (GoPro)
                             3 = Motion Deblurring (RealBlur-J)
                             4 = Motion Deblurring (RealBlur-R)
                             5 = Demosaicking
                             6 = Denoising (sigma 15)
                             7 = Denoising (sigma 25)
                             8 = Denoising (sigma 50)
                             9 = JPEG compression artifact removal (quality 10)
                            10 = JPEG compression artifact removal (quality 20)
                            11 = JPEG compression artifact removal (quality 30)
                            12 = JPEG compression artifact removal (quality 40)
                            13 = Classical Image SR (scale 2)
                            14 = Classical Image SR (scale 3)
                            15 = Classical Image SR (scale 4)
source: https://github.com/HolyWu/vs-grlir/b...ir/__init__.py
Models 0, 12-15 are for upscaling, the others are for filtering.
Nice!

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:25.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.