CVROSep 15, 2022

Online Marker-free Extrinsic Camera Calibration using Person Keypoint Detections

arXiv:2209.07393v111 citationsh-index: 57
Originality Incremental advance
AI Analysis

This method addresses the need for efficient and convenient recalibration in multi-camera systems for computer vision and robotics applications, though it is incremental as it builds on existing keypoint detection and optimization techniques.

The paper tackles the cumbersome and time-consuming process of offline extrinsic camera calibration by proposing a novel, marker-free online method that uses 2D human keypoint detections from multiple cameras, achieving lower reprojection errors compared to traditional offline methods within a few minutes.

Calibration of multi-camera systems, i.e. determining the relative poses between the cameras, is a prerequisite for many tasks in computer vision and robotics. Camera calibration is typically achieved using offline methods that use checkerboard calibration targets. These methods, however, often are cumbersome and lengthy, considering that a new calibration is required each time any camera pose changes. In this work, we propose a novel, marker-free online method for the extrinsic calibration of multiple smart edge sensors, relying solely on 2D human keypoint detections that are computed locally on the sensor boards from RGB camera images. Our method assumes the intrinsic camera parameters to be known and requires priming with a rough initial estimate of the camera poses. The person keypoint detections from multiple views are received at a central backend where they are synchronized, filtered, and assigned to person hypotheses. We use these person hypotheses to repeatedly solve optimization problems in the form of factor graphs. Given suitable observations of one or multiple persons traversing the scene, the estimated camera poses converge towards a coherent extrinsic calibration within a few minutes. We evaluate our approach in real-world settings and show that the calibration with our method achieves lower reprojection errors compared to a reference calibration generated by an offline method using a traditional calibration target.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes