Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.77 KB

EPBA: Event-based Photometric Bundle Adjustment

Official repository for Event-based Photometric Bundle Adjustment, by Shuang Guo and Guillermo Gallego.

Event-based Photometric Bundle Adjustment

Citation

If you use this work in your research, please cite it as follows:

@Article{Guo24epba,
  author        = {Shuang Guo and Guillermo Gallego},
  title         = {Event-based Photometric Bundle Adjustment},
  journal       = {(under review)},
  year          = 2024
}

Code coming soon...

Setup

High-level Input-Output

Input:

  • Events.
  • Camera calibration.
  • Initial trajectory from other front-end methods.
  • (Optional) Initial panoramic brightness maps.

Output:

  • Refined rotations of the event camera.
  • Refined intensity panorama.

Usage

We test EPBA on the newly-released ECRot dataset, see and download it at here. The instructions of running EPBA on the ECRot dataset can be found here.

Acknowledgements

This code leverages the following repository for computing the derivative of Lie Group B-splines:

Additional Resources