Skip to content

[AAAI 2023] Learning Continuous Depth Representation via Geometric Spatial Aggregator

License

Notifications You must be signed in to change notification settings

nana01219/GeoDSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoDSR

Learning Continuous Depth Representation via Geometric Spatial Aggregator

Accepted to AAAI 2023 [Paper]

Xiaohang Wang*, Xuanhong Chen*, Bingbing Ni**, Zhengyan Tong, Hang Wang

* Equal contribution

** Corresponding author

The official repository with Pytorch

  • This work is for arbitrary-scale RGB-guided depth map super-resolution (DSR).
  • Depth map super-resolution (DSR) has been a fundamental task for 3D computer vision. While arbitrary scale DSR is a more realistic setting in this scenario, previous approaches predominantly suffer from the issue of inefficient real-numbered scale upsampling.

logo

Results:

results

Dependencies

  • python3.7+
  • pytorch1.9+
  • torchvision
  • Nvidia Apex (python-only build is ok.)

Datasets

We follow Tang et al. and use the same datasets. Please refer to here to download the preprocessed datasets and extract them into data/ folder.

Pretrained Models

Please put the model under workspace/checkpoints folder.

Train

python main.py

Test

bash test.sh

Licesnse

For academic and non-commercial use only. The whole project is under the MIT license. See LICENSE for additional details.

Citation

If you find this project useful in your research, please consider citing:

@misc{GeoDSR,
  author = {Wang, Xiaohang and Chen, Xuanhong and Ni, Bingbing and Tong, Zhengyan and Wang, Hang},
  title = {Learning Continuous Depth Representation via Geometric Spatial Aggregator},
  publisher = {arXiv},
  year = {2022}
}

Ackownledgements

This code is built based on JIIF. We thank the authors for sharing the codes.

Related Projects

Learn about our other projects

[EQSR]: high-quality arbitrary-scale image super-resolution;

[VGGFace2-HQ]: high resolution face dataset VGGFace2-HQ;

[RainNet];

[Sketch Generation];

[SimSwap]: most popular face swapping project;

[ASMA-GAN]: high-quality style transfer project;

About

[AAAI 2023] Learning Continuous Depth Representation via Geometric Spatial Aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published