From 2f6d25ac11f04e5d64dc9f884a8c265e42d3f217 Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Tue, 10 Oct 2023 13:38:46 +0200 Subject: [PATCH 1/2] Acceptable calibration error --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c8411f..6a0e479 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,8 @@ If you already have a calibration file, set `calibration_type` type to `convert` is flat, without reflections, surrounded by a white border, and is not rotationally invariant (Nrows ≠ Ncols, and Nrows odd if Ncols even). + + Intrinsic calibration error should be below 0.5 px. - **Calculate extrinsic parameters:** @@ -317,6 +319,8 @@ If you already have a calibration file, set `calibration_type` type to `convert` + Intrinsic calibration error should be below 1 cm, but depending on your application, results will still be potentially acceptable up to 2.5 cm. + - **With points:** - Points can be detected from a wand.\ [Want to contribute?](#how-to-contribute) From 4165ea459f155e993913e4c99a9d5ec998c309e0 Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Wed, 11 Oct 2023 23:51:15 +0200 Subject: [PATCH 2/2] added intrinsic error feedback & solved bug when window closed --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c28b889..fd12e98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pose2sim -version = 0.4.5 +version = 0.4.6 author = David Pagnon author_email = contact@david-pagnon.com description = Perform a markerless kinematic analysis from multiple calibrated views as a unified workflow from an OpenPose input to an OpenSim result.