Skip to content

Creating high-quality single photon panoramas under fast motion and low-light

Notifications You must be signed in to change notification settings

WISION-Lab/quantaodometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panoramas from Photons

Official code repository for "Panoramas from Photons" (ICCV23), which enables high-quality single photon panoramas under fast motion and low-light.

Getting started

Create and Activate Virtual Env

We strongly recommend creating a virtual environment for this. Many tools exist, but here is an example using micromamba:

micromamba create --prefix=<path to env> python=3.10 -y
micromamba activate <path to env>

Clone Repo and Install Dependencies

git clone https://github.com/WISION-Lab/quantaodometry/
cd quantaodometry

pip install -r requirements.txt
pip install -e .

Running The Demo Code

Take a look at notebooks/example_usage.ipynb for a working example.

Citation

If you found this work useful, consider citing it:

@InProceedings{Jungerman_2023_ICCV,
    author = {Jungerman, Sacha and Ingle, Atul and Gupta, Mohit},
    title = {Panoramas from Photons},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month = {October},
    year = {2023},
}

About

Creating high-quality single photon panoramas under fast motion and low-light

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published