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. |
![]() |
#124 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,960
|
A few more examples of vs-femasr:
not bad: https://imgsli.com/MTQ1ODI3 https://imgsli.com/MTQ1ODI4 https://imgsli.com/MTQ1ODI5 https://imgsli.com/MTQ1ODM1 nice detail recovery, but partially too sharp (too much contrast) for my liking, and if you have noise&co that might get enhanced too. https://imgsli.com/MTQ1ODM5 Cu Selur |
![]() |
![]() |
![]() |
#125 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,960
|
High Performance GMFSS with RIFE and GAN for Anime Video Frame Interpolation: https://github.com/HolyWu/vs-gmfss_union
|
![]() |
![]() |
![]() |
#127 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,746
|
Some quick performance numbers with RTX 3070 TI & 720x480 clip (noisy source):
tested with vsedit, so number should be slighlty higher bcs of the editors small overhead. Code:
gmfss_union(clip) # ~14fps gmfss_union(clip, trt=True) # ~17fps, tensor cache took a long time to build gmfss_union(clip, num_streams=2) # ~17.5fps gmfss_union(clip, num_streams=3) # ~18.9fps gmfss_union(clip, trt=True, num_streams=2) # ~21.5fps gmfss_union(clip, trt=True, num_streams=3) # ~22.5fps
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository |
![]() |
![]() |
![]() |
#129 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,746
|
https://github.com/HolyWu/vs-rife runs with 175 fps
clip = RIFE(clip) https://github.com/HomeOfVapourSynth...FE-ncnn-Vulkan rife.RIFE(clip, model=3) # ~78fps Look at this perfect frame ![]() https://i.imgur.com/r2GAnRI.jpeg
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository Last edited by ChaosKing; 27th January 2023 at 18:30. |
![]() |
![]() |
![]() |
#130 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,960
|
Okay, so it's really slow.
![]() (for RIFE enabling sc and setting sc_threshold to something like 0.1 might help a bit) ... Played around with it and probably won't add this to Hybrid since I don't see any gain from it over RIFE&co atm. Last edited by Selur; 28th January 2023 at 09:39. |
![]() |
![]() |
![]() |
#132 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 6,960
|
Probably an issue with the cuda dependencies,
here's what I did last time I setup the environment:
Cu Selur Ps.: also send you a link to my current Hybrid dev and torch addon, going to bed now. ![]() |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|