Skip to content

Antonskoltech/Tangent-Images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tangent Images for Mitigating Spherical Distortion

Version: 1.0.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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%