Kelvin C.K. Chan
Kelvin C.K. Chan
BasicVSR++ should not be in the model registry. It should be in the backbone registry.
This is a bit strange. How about trying to use the `resume_from` in the configuration file?
@KKIEEK We are terribly sorry for the delay, as I have been busy recently. I will have a look after the camera-ready deadline tomorrow. Thanks for your contributions!
Hi @KKIEEK thank you for your contribution. I think we do not need to create the loss using `build`. We can simply follow `PSNR` and `SSIM`. For example, for `FID`,...
> Hi @ckkelvinchan @KKIEEK, I think we have to consider more options in the future. For example, mmgeneration also uses `build_metric` to configure some options in those metrics such as...
Another way is to separate the images into patches. It can be achieved by going into the `forward` of `BasicVSRNet` and using an additional `for` loop. But this could results...
Hello @wdmwhh sorry for the late reply. The pixel shift is the main reason why the PSNR is so low. You can use the MATLAB script [here](https://github.com/ckkelvinchan/BasicVSR-IconVSR/blob/main/BD_degradation.m) to generate the...
From the error log, it seems that there are no images in `data/Vid4/BIx4/calendar`.
Hello, we did not test the time on CPU. I used an V100 GPU to time the model.
I did not train the SPyNet. Only pretrained model is used.