This is a repository for the projective bundle adjustment project published in ECCV 2016.
- Je Hyeong Hong (jhh37@outlook.com)
- Christopher Zach (christopher.m.zach@gmail.com)
- Andrew Fitzgibbon (awf@microsoft.com)
- Roberto Cipolla (rc10001@cam.ac.uk)
Clone the repository using the following code
git clone --recursive https://github.com/jhh37/projective-ba
Our current code is very slow. We aim to implement our methods using Ceres-solver to increase the speed of the algorithms and allow multithreading.
You may run the script [ run_demo.m ] inside the [ Code ] folder.
Before starting, there are some issues you need to watch out for:
- Prior to running any experiment, you must have run [ Code/setup.m ], which adds relevant paths and compile required mex files.
- All commands must run in the [ Code ] directory.
- The work was supported by Microsoft, Toshiba Research Europe and JNE Systech.
- The conference travel was funded by the British Machine Vision Association (BMVA), Cambridge University Engineering Department (Ford of British Trust) and Christ's College (University of Cambridge).