CDVD-TSP icon indicating copy to clipboard operation
CDVD-TSP copied to clipboard

The repository is an official implementation of our CVPR2020 paper : Cascaded Deep Video Deblurring Using Temporal Sharpness Prior

Results 13 CDVD-TSP issues
Sort by recently updated
recently updated
newest added

" input=correlation.FunctionCorrelation(tensorFirst=tensorFirst, tensorSecond=tensorSecond), AttributeError: module 'model.correlation' has no attribute 'FunctionCorrelation'" Any ideas how to fix this?

Hi, your work is really great. It helps me a lot in my research domain. However, there is a question that can we visualize the output results of TSP module...

How should I change class Decoder if I want to learn Network with additional: torch.nn.Conv2d(in_channels=16, out_channels=16, kernel_size=3, stride=1, padding=1), torch.nn.LeakyReLU(inplace=False, negative_slope=0.1) in each module in Extractor.

Hi, your work is very good. But I do not know how to solve this problem as the following list. Can you tell me? Thanks a lot! ![image](https://user-images.githubusercontent.com/69834703/139541084-917c7138-d15a-4302-b154-df7e8b6ef0d6.png)

Thanks for sharing this fantastic work. Would you consider make a Google Collab version available for less-techinically inclined folks like myself to try it out? Thanks in advance.

What is class Refiner and class Network in your project?

Loading model from ../pretrain_models/CDVD_TSP_DVD_Convergent.pt Traceback (most recent call last): File "inference.py", line 243, in Infer.infer() File "inference.py", line 123, in infer self.logger.write_log("# Total AVG-PSNR={:.5}, AVG-SSIM={:.4}".format(sum_psnr / n_img, sum_ssim / n_img))...

![IMG_3007(20201109-204523)](https://user-images.githubusercontent.com/30100801/98893086-af74bb00-24dc-11eb-8279-c6dd355eb47f.JPG)

Hello. I'm Kang. I run your uploaded training code on GoPro dataset. However, the PSNR of result ranges about 23~24 dB. I just put my dataset path on your code...