PASSRnet icon indicating copy to clipboard operation
PASSRnet copied to clipboard

[CVPR 2019] Learning Parallax Attention for Stereo Image Super-Resolution

Results 7 PASSRnet issues
Sort by recently updated
recently updated
newest added

Hi,thanks for your great repo. I'm a little confused about why the left and right branches share weights during training. How can the same network extract different features from two...

Hello, In the project, the formula for calculating PSNR is as follows: ` cal_psnr(HR_left[:,:,:,64:], SR_left[:,:,:,64:])` What does 64 represent? Thank you.

Thank you for your great repo. I am trying to test your method on another dataset for stereo video SR and compare it with you. I did not train your...

您好!能提供X2和X4的预训练模型吗?

您好!请问训练集是由Flickr1024中的800对训练图片和Middlebury中的60对训练图片构成的吗?

我在demo_test.py 中测试了SSIM,( SSIM = measure.compare_ssim(HR_left_np,SR_left_np,multichannel=True,data_range=1))skimage用了0.13.0版本,但是跑出的middlebury数据集下的SSIM结果比论文中偏小。跑出结果middlebury: 0.822,论文结果middlebury: 0.871 请问有没有哪位正确测试出论文中middlebury数据集下的SSIM值?skimage用了那个版本?

我按照README中的操作步骤运行 ` python train.py --scale_factor 4 --device cuda:0 --batch_size 32 --n_epochs 80 --n_steps 30` 系统给出如下错误: ``` Traceback (most recent call last): File "train.py", line 107, in main(cfg) File "train.py", line...