From d3e709322bb9f4c6673213505ed26e0473fd0b4b Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Thu, 6 Jul 2023 15:05:22 +0200 Subject: [PATCH] Binning factor = 2 in 540p --- Pose2Sim/Empty_project/User/Config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pose2Sim/Empty_project/User/Config.toml b/Pose2Sim/Empty_project/User/Config.toml index 79ae5c2..8d2f7c0 100644 --- a/Pose2Sim/Empty_project/User/Config.toml +++ b/Pose2Sim/Empty_project/User/Config.toml @@ -27,7 +27,7 @@ pose_model = 'BODY_25B' #CUSTOM, BODY_25B, BODY_25, BODY_135, BLAZEPOSE, [calibration] type = 'qca' # 'qca', 'checkerboard', 'arucoboard', or 'charucoboard' [calibration.qca] - binning_factor = 1 # Usually 1 + binning_factor = 1 # Usually 1, except when filming in 540p where it usually is 2 [calibration.checkerboard] corners_nb = [7,12] # [H,W] rather than [w,h]