meder411 / Tangent-Images

Official repository for "Tangent Images for Mitigating Spherical Distortion," CVPR 2020

Home Page:https://arxiv.org/abs/1912.09390

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tangent Images for Mitigating Spherical Distortion

Version: 1.1.0

Tangent images

This repository contains the code corresponding to our CVPR 2020 paper: Tangent Images for Mitigating Spherical Distortion.

The linked paper is the arXiv version, which we have updated with additional experiments and which contains results that matches the code provided here.

Dependencies

This repository is designed to be used with PyTorch. This code requires the installation of my Spherical Distortion Package, which can be found here. Installation instructions are available in the linked repository.

You should be able to test if the installation was successful by running the example scripts in examples.

Examples

In the examples directory, we have provided some basic examples to help you get started using tangent images. These examples include rendering to and from tangent images as well some visualizations of tangent images for SIFT keypoint and Canny edge detection.

Experiments

All experiments are included in the experiments folder. Each experiment subdirectory has a README file explaining how to setup and run each experiment. Where relevant, we have included the pre-trained models corresponding to our published results. Note that the semantic_segmentation directory contains both our standard semantic segmentation experiments as well as the network transfer experiments.

Attribution

If you find this repository useful for your own work, please make sure to cite our paper:

@InProceedings{Eder_2020_CVPR,
    author = {Eder, Marc and Shvets, Mykhailo and Lim, John and Frahm, Jan-Michael},
    title = {Tangent Images for Mitigating Spherical Distortion},
    booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month = {June},
    year = {2020}
}

About

Official repository for "Tangent Images for Mitigating Spherical Distortion," CVPR 2020

https://arxiv.org/abs/1912.09390

License:Other


Languages

Language:Python 97.1%Language:Shell 2.9%