Cross-View Panorama Image Synthesis
Songsong Wu*, Hao Tang*, Xiaoyuan Jing, Haifeng Zhao, Jianjun Qian, Nicu Sebe, and Yan Yan.
(* equal contributions)
IEEE Transactions on Multimedia, 2022.
All rights reserved. Licensed under the CC BY-NC-SA 4.0 (Attribution-NonCommercial-ShareAlike 4.0 International)
The code is released for academic research use only. For commercial use, please contact sswuai@gmail.com.
Clone this repo.
git clone https://github.com/sswuai/PanoGAN.git
cd PanoGAN/
This code requires PyTorch 1.0.0 and python 3.6.9+. Please install dependencies by
pip install -r requirements.txt (for pip users)
or
./scripts/conda_deps.sh (for Conda users)
To reproduce the results reported in the paper, you need to run experiments with at least 1 NVIDIA 2080Ti GPU.
Please download the dataset CVUSA from google drive: Training sample set for ablation study, Test sample set.
Please download the dataset OP from google drive: Training sample set, Test sample set.
test_panogan_cvusa.sh
.sh test_panogan_cvusa.sh
for testing.test_panogan_op.sh
.sh test_panogan_op.sh
for testing.train_panogan_cvusa.sh
(or train_panogan_cvusa_ablation_study.sh
).sh train_panogan_cvusa.sh
(or sh train_panogan_cvusa_ablation_study.sh
) for training.test_panogan_cvusa.sh
.sh test_panogan_cvusa.sh
for testing.train_panogan_op.sh
.sh train_panogan_op.sh
for training.test_panogan_op.sh
.sh test_panogan_op.sh
for testing.We adopt Prediction Accuracy, Inception Score, KL Score, SSIM, PSNR, and SD for evaluation of all the involved methods. Please refer to Evaluation for more details.
This source code is inspired by both Pix2Pix and SelectionGAN.
CrossMLP | SelectionGAN | LGGAN | DAGAN | DPGAN | Guided-I2I-Translation-Papers
@article{wu2022cross,
title={Cross-View Panorama Image Synthesis},
author={Wu, Songsong and Tang, Hao and Jing, Xiao-Yuan and Zhao, Haifeng and Qian, Jianjun and Sebe, Nicu and Yan, Yan},
journal={IEEE Transactions on Multimedia (TMM)},
year={2022}
}
If you have any questions/comments/bug reports, feel free to open a github issue or pull a request or e-mail to the author Songsong Wu (sswuai@gmail.com).
I'm always interested in meeting new people and hearing about potential collaborations. If you'd like to work together or get in contact with me, please email bjdxtanghao@gmail.com. Some of our projects are listed here.