diff --git a/Pose2Sim/Demo/User/Config.toml b/Pose2Sim/Demo/User/Config.toml index 60f5469..7a27e5b 100644 --- a/Pose2Sim/Demo/User/Config.toml +++ b/Pose2Sim/Demo/User/Config.toml @@ -53,6 +53,7 @@ calibration_type = 'convert' # 'convert' or 'calculate' extrinsics_board_type = 'scene' # 'checkerboard', 'scene' ('charucoboard' not supported yet) # 'board' should be large enough to be detected when laid on the floor. # 'scene' involves manually clicking any point of know coordinates on scene. Usually more accurate if points are spread out + moving_camera = false # Not implemented yet calculate_extrinsics = true # true or false (lowercase) show_reprojection_error = true # true or false (lowercase) extrinsics_extension = 'png' # any video or image extension diff --git a/README.md b/README.md index 95498f7..44c27f0 100644 --- a/README.md +++ b/README.md @@ -800,7 +800,7 @@ If you want to contribute to Pose2Sim, please follow [this guide](https://docs.g > - [x] **Calibration:** Convert Vicon [.xcp calibration file](https://montrealrobotics.ca/diffcvgp/assets/papers/7.pdf). > - [x] **Calibration:** Easier and clearer calibration procedure: separate intrinsic and extrinsic parameter calculation, edit corner detection if some are wrongly detected (or not visible). > - [x] **Calibration:** Possibility to evaluate extrinsic parameters from cues on scene. -> - [ ] **Calibration:** Track extrinsics reference points frame by frame for calibration of moving cameras. +> - [ ] **Calibration:** Once object points have been detected or clicked once, track them for live calibration of moving cameras. Propose to click again when they are lost. > - [ ] **Calibration:** Fine-tune calibration with bundle adjustment. > - [ ] **Calibration:** Support ChArUco board detection (see [there](https://mecaruco2.readthedocs.io/en/latest/notebooks_rst/Aruco/sandbox/ludovic/aruco_calibration_rotation.html)). > - [ ] **Calibration:** Calculate calibration with points rather than board. (1) SBA calibration with wand (cf [Argus](https://argus.web.unc.edu), see converter [here](https://github.com/backyardbiomech/DLCconverterDLT/blob/master/DLTcameraPosition.py)). Set world reference frame in the end.