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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th September 2022, 12:38   #101  |  Link
ReinerSchweinlin
Registered User
 
Join Date: Oct 2001
Posts: 454
Thanx for mentioning, good news Did you by chance already put it into hybrid? Havenīt got much time lately, I remember you had a "big" version of hybrid, containing a lot of upscaling filters and additions. If so, Iīd be happy to try it out and benchmark to add some numbers to you above test.
ReinerSchweinlin is offline   Reply With Quote
Old 13th September 2022, 17:59   #102  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Did not add it to Hybrids torchAddon and atm. I'm not planning to add it since it's like 20% slower on my machine.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 18th September 2022, 04:19   #103  |  Link
AIisCool
Registered User
 
Join Date: Mar 2022
Posts: 1
Has anyone found the super resolution of BasicVSR++ to cause strange effects on certain video?

Before:


After:



It doesn't matter which I use, REDS, Vimeo-90K (BI), Vimeo-90K (BD), or even the NTIRE 2021 Video Super-Resolution, it creates harsh lines and distortions on this part of the video, and oddly only this part.
AIisCool is offline   Reply With Quote
Old 5th December 2022, 01:23   #104  |  Link
markanini
Registered User
 
Join Date: Apr 2006
Posts: 299
How do I modify the google colab to use my video?
markanini is offline   Reply With Quote
Old 5th December 2022, 08:38   #105  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
@AIisCool: got a short sample of the source, so others can try to reproduce this?
@markanini: sorry, no clue, since I'm not using the colab thing.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 26th December 2022, 12:28   #106  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
The order in which I installed BasicVSR++:
1、I have installed:Anaconda3-2022.10-Windows-x86_64、cuda_11.6.0_511.23_windows、python-3.10.8-amd64、VapourSynth64-R59
2、PyTorch:
Quote:
conda create -n PyTorch python=3.10
Quote:
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
3、INSTALLING NUMPY
Quote:
conda create -n my-env
Quote:
conda activate my-env
4、mmcv-full :
Quote:
pip install -U openmim
Quote:
mim install mmcv-full
but:
5、pip install --upgrade vsbasicvsrpp
Quote:
python -m vsbasicvsrpp
worng:https://imgloc.com/i/DQKrp

Last edited by gmail123; 26th December 2022 at 12:37.
gmail123 is offline   Reply With Quote
Old 26th December 2022, 12:34   #107  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
Where is the installation error?
How to install it correctly?
THX
gmail123 is offline   Reply With Quote
Old 26th December 2022, 15:28   #108  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
No module named "vapoursynth" suggests vapoursynth is not installed. I'm guessing it might be an issue with anaconda
poisondeathray is offline   Reply With Quote
Old 26th December 2022, 17:10   #109  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Anyone try RealBasicVSR yet? It seems to produce oversmooth ,blurry, reduced detail results .

VRT SR is temporal and slightly higher metrics than basicvsr++ in the papers . In my short tests, it produces similar results to basicvsr++, but significantly slower than basicvsr++ . The provided pretrained models were trained on similar sets, and you get similar artifacts under similar conditions

There is a new one RVRT, but I can't get it to run
poisondeathray is offline   Reply With Quote
Old 26th December 2022, 23:41   #110  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Haven't tried RealBasicVSR, will look at it once it can be used through Vapoursynth.
btw. I just saw https://github.com/HolyWu/vs-femasr (https://github.com/chaofengc/FeMaSR), but haven't played around with it so far.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 27th December 2022, 03:25   #111  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
Quote:
Originally Posted by poisondeathray View Post
No module named "vapoursynth" suggests vapoursynth is not installed. I'm guessing it might be an issue with anaconda
But i have installed vapoursynth, and i can use vapoursynth
gmail123 is offline   Reply With Quote
Old 27th December 2022, 03:42   #112  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Quote:
Originally Posted by gmail123 View Post
But i have installed vapoursynth, and i can use vapoursynth
Can you run vapoursynth in the anaconda environment ? I remember some people had problems before.
poisondeathray is offline   Reply With Quote
Old 27th December 2022, 06:36   #113  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Did a quick test of vs-femasr and in general the results seem nice, but atm. it does create some strange highlights.

Also TensorRT support does not work fo rme: https://github.com/HolyWu/vs-femasr/issues/2

Suzi:


Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 28th December 2022 at 15:46.
Selur is offline   Reply With Quote
Old 27th December 2022, 10:12   #114  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
https://github.com/raywzy/Bringing-O...s-Back-to-Life looks interesting.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 28th December 2022, 10:41   #115  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
Quote:
Originally Posted by Selur View Post
Thanks to HolyWu I got vs-basicvsrpp working using:
Code:
python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.11/index.html
python -m pip install tqdm
python -m pip install opencv-python
python -m pip install --upgrade vsbasicvsrpp
python -m vsbasicvsrpp


Cu Selur
I ran the same command, but it failed.
Can you explain what software and operating environment has been installed?
Thank you very much!
gmail123 is offline   Reply With Quote
Old 28th December 2022, 12:25   #116  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
I don't really get the question. But maybe reading [INFO] Portable Vapoursynth (Windows) with pytorch&co helps, those are the steps I used back then to set up my portable Vapoursynth.
I can also send you a link (via pm) to a download of my latest portable Vapoursynth that I use in Hybrid, if that would help.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 29th December 2022, 10:11   #117  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
Quote:
Originally Posted by Selur View Post
I don't really get the question. But maybe reading [INFO] Portable Vapoursynth (Windows) with pytorch&co helps, those are the steps I used back then to set up my portable Vapoursynth.
I can also send you a link (via pm) to a download of my latest portable Vapoursynth that I use in Hybrid, if that would help.

Cu Selur
I will try it.I've PM you. thanks a lot
gmail123 is offline   Reply With Quote
Old 7th January 2023, 11:23   #118  |  Link
gmail123
Registered User
 
Join Date: Dec 2014
Posts: 36
@Selur Special thanks to you! I have successfully installed vs-basicvsrpp.
Test video resolution: 2064*1416, 3070, 0.84 fps

script:
from vsbasicvsrpp import BasicVSRPP
ret = core.resize.Bicubic(ret, format=vs.RGBS, matrix_in_s="470bg", range_s="limited")
ret = BasicVSRPP(ret,model=3,fp16=True,tile_x=360,tile_y=480)
ret = core.resize.Bicubic(ret, format=vs.YUV420P12, matrix_s="470bg", range_s="limited")
Can it be optimized?

Last edited by gmail123; 7th January 2023 at 11:31.
gmail123 is offline   Reply With Quote
Old 7th January 2023, 11:32   #119  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
Can it be optimized?
For speed, probably not. (aside from a hardware upgrade, or maybe lower the interval, but that will also influence the processing strength)

Cu
Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 7th January 2023, 11:42   #120  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Yeah, you're right, Cuda plugins very slow now

Cu
Kedautinh12
kedautinh12 is offline   Reply With Quote
Reply


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 05:10.


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