Posts: 27
Threads: 1
Joined: Nov 2022
Hello Selur.
On the "other" tab in BasicVSR there is a Video Denoising filter.
For me it doesn’t change anything, not when previewing, not in
output file. Can you check for yourself and if it works?
take a screenshot of the comparison. All basicVSR filters are very worthy
and I use them often. The developers have a newer version
Video Denoising might be a try.
Thank you for your work.
Posts: 10.553
Threads: 57
Joined: May 2017
BasicVSR++ works fine here.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 27
Threads: 1
Joined: Nov 2022
Did you choose the Video Denoising model?
Similar to NTIRE 2021 model
Posts: 10.553
Threads: 57
Joined: May 2017
17.04.2024, 17:36
(This post was last modified: 17.04.2024, 17:53 by Selur.)
No, you didn't mention any model.
Using model=9, I can confirm, that there doesn't seem to be any effect.
The script Hybrid creates seems fine to me, the model is present in Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\models
=> no clue
Since I don't see any issue in Hybrid calling it, your best option to get this working is ask HolyWu over at
https://github.com/HolyWu/vs-basicvsrpp
-> I added an issue to
https://github.com/HolyWu/vs-basicvsrpp/issues/40
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 27
Threads: 1
Joined: Nov 2022
Очень жалко.
А с обновлением Вы не планируете заниматься?
https://www.dropbox.com/sh/gopo637rbutlx...g34za?dl=0
Posts: 10.553
Threads: 57
Joined: May 2017
Hybrid uses vs-bascvsrpp uses these models:
https://github.com/HolyWu/vs-basicvsrpp/...rpp/models
which seem to be the same as the models you linked to.
=>
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 27
Threads: 1
Joined: Nov 2022
Used basicvsr_plusplus_denoise-28f6920c.pth size-38mb
and the updated basicvsr_plusplus_2x_denoise.pth size-112MB
Posts: 10.553
Threads: 57
Joined: May 2017
=> ask HolyWu to add it to vs-basicvsrpp
I case vs-basicvsrpp supports it, I'll add it to Hybrid.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 122
Threads: 26
Joined: May 2023
selecting it and selecting the "preview" button on bottom right is doing this on my system: (latest hybrid version)
Posts: 10.553
Threads: 57
Joined: May 2017
19.04.2024, 13:03
(This post was last modified: 19.04.2024, 13:32 by Selur.)
not knowing the full script the error message doesn't help
For a quick test,
I rename
"Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\models\basicvsr_plusplus_denoise-28f6920c.pth"
to
"Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\models\_basicvsr_plusplus_denoise-28f6920c.pth"
and replaced "Hybrid\64bit\Vapoursynth\Lib\site-packages\vsbasicvsrpp\models\basicvsr_plusplus_denoise-28f6920c.pth" with a renamed basicvsr_plusplus_2x_denoise:
-> does not seem like that model is compatible with vs-basicvpp like it is atm.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.