Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.13 KB

File metadata and controls

31 lines (23 loc) · 1.13 KB

准备 data_all 数据集

@ARTICLE{9563214,
  author={Song, Xibin and Zhou, Dingfu and Li, Wei and Dai, Yuchao and Liu, Liu and Li, Hongdong and Yang, Ruigang and Zhang, Liangjun},
  journal={IEEE Transactions on Multimedia}, 
  title={WAFP-Net: Weighted Attention Fusion Based Progressive Residual Learning for Depth Map Super-Resolution}, 
  year={2022},
  volume={24},
  pages={4113-4127},
  doi={10.1109/TMM.2021.3118282}}
├── data_all/
│   ├── alley_1_1.png
│   ├── ...
│   └── ...

data_all 数据集包括 Middlebury dataset / MPI Sintel dataset and the synthetic New Tsukuba dataset.

你可以在这个网页 上下载数据集。然后,你需要解压缩并移动相应的数据集,以遵循上述的文件夹结构。这些数据集都是由原作者精心准备的。