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. |
![]() |
#62 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,148
|
I'm not sure either which is why is simply took a clip and made some screen shots and asked whether someone has experience with it,..from what I have seen so far each of the models has a different effect.
So far I would say: deblur GoPro: seems to mainly sharpen and 'add details' (seems to causes artifacts on cartoons) deblur REDS: strop denosing and sharpening (seems to only suited for cartoon content) denoise: also seems to be useful for really noise vhs sources or cartoons derain: milder denoise/degrain, unsure where this could be useful, seems to remove less when used on more detailed content,... -> so no real clue Last edited by Selur; 20th November 2021 at 22:28. |
![]() |
![]() |
![]() |
#63 | Link |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
for hinet: the main purpose is single image deblurring . It's not a temporal algorithm. The type of blur it's most suited to - is mostly camera motion blur / shutter blur.
"derain" is for removing "rain" (it's not "degrain") . ie. short streaks of white, like rain drops. It actually works ok on random dark film scratches (not persistent , long scratches) if you invert the src. Another semi popular deblurring algorithm is deblurGANv2 (also works best on camera motion blur) |
![]() |
![]() |
![]() |
#64 | Link | |
Registered User
Join Date: Sep 2006
Posts: 1,654
|
Quote:
|
|
![]() |
![]() |
![]() |
#65 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
Quote:
All the single image algorithms tend to have some temporal inconsistencies in the end result when used on video . YMMV for all these research projects |
|
![]() |
![]() |
![]() |
#66 | Link |
Registered User
Join Date: Aug 2002
Location: Italy
Posts: 292
|
Investigating Tradeoffs in Real-World Video Super-Resolution (aka RealBasicVSR) has just been released:
https://user-images.githubuserconten...95e8e5e0b8.mp4 https://user-images.githubuserconten...279bf41c18.mp4 https://user-images.githubuserconten...d5576cd370.mp4 https://user-images.githubuserconten...fad27cea77.mp4 Last edited by PatchWorKs; 5th December 2021 at 08:17. |
![]() |
![]() |
![]() |
#70 | Link | |
Registered User
Join Date: Aug 2002
Location: Italy
Posts: 292
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#72 | Link |
Registered User
Join Date: Apr 2009
Posts: 478
|
Can I get a bit of help here? After finally setting up the dependencies (they are a bit convoluted for this plugin honestly), I keep getting the following error:
Code:
vpy [error]: CUDA out of memory. Tried to allocate 1.24 GiB (GPU 0; 8.00 GiB total capacity; 5.08 GiB already allocated; 0 bytes free; 5.21 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation occurred while getting frame 0 x265 [error]: unable to open input file <P:\ISO\MainMovie\ME_021\OME021_temp\OME021.vpy> Code:
clip = core.avs.DGSource(r"D:\ISO\Test.dgi") #core.max_cache_size=16384 #core.num_threads = 8 import havsfunc as haf core.max_cache_size=16384 clip = haf.QTGMC(clip, Preset='Placebo', TFF=True, Denoiser="KNLMeansCL") from vsbasicvsrpp import BasicVSRPP clip = core.resize.Bicubic(clip=clip, format=vs.RGBS, matrix_in_s="470bg", range_s="limited") clip = BasicVSRPP(clip,model=1) clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P12, matrix_s="470bg", range_s="limited") clip = core.resize.Spline36(clip, 1440,960) clip.set_output() |
![]() |
![]() |
![]() |
#74 | Link |
Registered User
Join Date: Aug 2002
Location: Italy
Posts: 292
|
For those - like me - who don't own powerful GPUs, I just asked kodxana (aka Mediator2011):
https://github.com/kodxana/VapourSynthColab/issues/1 |
![]() |
![]() |
![]() |
#75 | Link |
Registered User
Join Date: Aug 2002
Location: Italy
Posts: 292
|
Hi there, can someone make some (performances, particularry) tests of VapourSynth Single Image Super-Resolution Generative Adversarial Network (GAN) ?
(note: I tried their colab without success) Thanks in advance ! Last edited by PatchWorKs; 18th January 2022 at 23:16. |
![]() |
![]() |
![]() |
#79 | Link | |
Registered User
Join Date: Aug 2002
Location: Italy
Posts: 292
|
Quote:
https://github.com/Weepingchestnut/A...per-Resolution |
|
![]() |
![]() |
![]() |
#80 | Link |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
PP-MSVSR featured in PaddleGAN looks like the next improvement over basicvsr++ . I'm trying to get it to work, but no luck so far with modifying config files and paths
https://github.com/PaddlePaddle/Padd..._resolution.md https://arxiv.org/pdf/2112.02828.pdf |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|