-
Hi,
Is there any way to figure out which video sequence I'm getting from the VideoReader?
In other words, is it possible to know which video file is read, and which frames in the video files are r…
-
Superresolution BTVL1 with UMat result falls if first do not called function cv::ocl::useOpenCL().
##### System information (version)
- OpenCV => 4.1
- Operating System / Platform => Ubuntu 18.04…
-
When I run as follows:
```
python run.py --model=srcnn --dataset=MYDATA
python run.py --model=rcan --dataset=MYDATA
python run.py --model=cdn --dataset=MYDATA
```
There are no any problems.
But…
-
Thank you so much for transcoding this project to c# for Windows. I wanted to use this project for some time on Windows, but I couldnt.
I don't have any experience in C#. Could you help me in the r…
-
So I implemented this as follows:
import pytorch_msssim
[...]
lr_loss = pytorch_msssim.MSSSIM()
[...]
lr_tensor = torch.tensor(np.expand_dims(lr_img.astype(np.float32), axis=0)).type('torch.Dou…
-
Hi,
Thanks for the awesome library. I'd love to use this for training action recognition models, however frequently we have videos of varying aspect ratios which the current `VideoReader` does not su…
-
I tried run `demo.py` with [this model](https://drive.google.com/file/d/1ZTIz1YVXFTI2z3rvBfVuBSthJLJZivxC/view) but this error occurred :
```
D:\Artificial Intelligence\SuperResolution\Images\wdsr…
-
Hi, Thank you for your sharing and i was still learning your project.
However,I met a problem at the starting, i have downloaded the model and datasets, but i just can't test it successfully, and i t…
-
-
How about implementing this algorithm: https://arxiv.org/abs/1812.02342v3? It works faster, but the quality is much higher than what is represented in the WCT.