BasicSR
BasicSR copied to clipboard
Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also sup...
Hi, thank you for sharing your work. Is it possible with the current EDVR version to reproduce this edge enhancement result that gave good results in 2019 with the old...
Including Manga109, B100 ... on x4 SR task?
### The problem When trying to install BasicSR as part of of requirements.txt file, install fails if torch is not already installed It is required in the setup phase This...
我发现了一个basicsr里的bug。 dataset的type是允许设为singleimage的,但是在进行singleimage处理的时候他计算psnr的时候却调用了一个需要传两个参数的计算函数来计算psnr,这个在singleimage里是不能实现的。 应该加一个判断。
Hi, thanks for your great work! I'm trying to visualize the result presented in paper 'Understanding Deformable Alignment in Video Super-Resolution'. According to the paper, I expect the offset will...
Hey, I met this problem I dont know whether it is common or it is a bug. eg. When I monitoring the gpu-usage, in the first place it will up...
When reading images from a folder, the dataloader checks if the corresponding LR input exists. https://github.com/XPixelGroup/BasicSR/blob/db589b485b6ac5a1cfc47c0961dcf52ba1fb369a/basicsr/data/data_util.py#L228 However, the existing code uses a list for lookup, which could be slow when...
代码段是: [self.data_info['border']](https://github.com/XPixelGroup/BasicSR/blob/fc36502cc406f3b23b97c3910483d95ce232625a/basicsr/data/video_test_dataset.py#L85-L88) 这里的num_frame应该不是指validate时用的帧数吧? validate只支持把全部clip的frame cache进来吗、帧过多会爆显存有什么建议吗?
Traceback (most recent call last): File "/home/bme403/桌面/ws_SR/BasicSR-master/basicsr/train.py", line 10, in from basicsr.data import build_dataloader, build_dataset File "/home/bme403/桌面/ws_SR/BasicSR-master/basicsr/__init__.py", line 12, in from .version import __gitsha__, __version__ ModuleNotFoundError: No module named 'basicsr.version'...
Hi, I want train ESRGAN with 512*512 RGB images. When I run the training ESRGAN after PSNR one, I met AssertionError on discriminator_arch.py. On this code, It can input only...