Official code repository for "Panoramas from Photons" (ICCV23), which enables high-quality single photon panoramas under fast motion and low-light.
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>
git clone https://github.com/WISION-Lab/quantaodometry/
cd quantaodometry
pip install -r requirements.txt
pip install -e .
Take a look at notebooks/example_usage.ipynb
for a working example.
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},
}