ACE0 Camera Model and Intrinsic Limitations
mainWhen preparing data for ACE0, be aware of the following camera model assumptions:
- Shared Intrinsics: All images in a set must share the same intrinsics, specifically the focal length. ACE0 does not currently support varying intrinsics across an image collection.
- Estimated Parameters: ACE0 only estimates/refines the focal length. It assumes the principal point is at the image center and that pixels are square and unskewed.
- Pinhole Model: The method assumes a pinhole camera model. If your images have severe lens distortion, you should undistort them before passing them to ACE0, as the reprojection loss and RANSAC pose estimator do not support complex distortion models.