diff --git a/Pose2Sim/Demo_Batch/Config.toml b/Pose2Sim/Demo_Batch/Config.toml index cb53993c..1639d381 100644 --- a/Pose2Sim/Demo_Batch/Config.toml +++ b/Pose2Sim/Demo_Batch/Config.toml @@ -18,7 +18,7 @@ [project] -multi_person = false # true for trials with multiple participants. If false, only the main person in scene is analyzed (runs faster). +multi_person = false # true for trials with multiple participants. If false, only the person with lowest reprojection error is analyzed. participant_height = 1.72 # m # float if single person, list of float if multi-person (same order as the Static trials) # Only used for marker augmentation participant_mass = 70.0 # kg # Only used for marker augmentation and scaling diff --git a/Pose2Sim/Demo_Batch/Trial_1/Config.toml b/Pose2Sim/Demo_Batch/Trial_1/Config.toml index dcb7d828..af2eba29 100644 --- a/Pose2Sim/Demo_Batch/Trial_1/Config.toml +++ b/Pose2Sim/Demo_Batch/Trial_1/Config.toml @@ -18,7 +18,7 @@ # [project] -# multi_person = false # true for trials with multiple participants. If false, only the main person in scene is analyzed (runs faster). +# multi_person = false # true for trials with multiple participants. If false, only the person with lowest reprojection error is analyzed. # participant_height = 1.72 # m # float if single person, list of float if multi-person (same order as the Static trials) # Only used for marker augmentation # participant_mass = 70.0 # kg # Only used for marker augmentation and scaling diff --git a/Pose2Sim/Demo_Batch/Trial_2/Config.toml b/Pose2Sim/Demo_Batch/Trial_2/Config.toml index 11ad1589..d88933b9 100644 --- a/Pose2Sim/Demo_Batch/Trial_2/Config.toml +++ b/Pose2Sim/Demo_Batch/Trial_2/Config.toml @@ -18,7 +18,7 @@ [project] -multi_person = true # true for trials with multiple participants. If false, only the main person in scene is analyzed (runs faster). +multi_person = true # true for trials with multiple participants. If false, only the person with lowest reprojection error is analyzed. participant_height = [1.72, 1.40] # m # float if single person, list of float if multi-person (same order as the Static trials) # Only used for marker augmentation participant_mass = [70.0, 63.5] # kg # Only used for marker augmentation and scaling diff --git a/Pose2Sim/Demo_MultiPerson/Config.toml b/Pose2Sim/Demo_MultiPerson/Config.toml index ff8ea8c1..a9dc5ba3 100644 --- a/Pose2Sim/Demo_MultiPerson/Config.toml +++ b/Pose2Sim/Demo_MultiPerson/Config.toml @@ -18,7 +18,7 @@ [project] -multi_person = true # true for trials with multiple participants. If false, only the main person in scene is analyzed (runs faster). +multi_person = true # true for trials with multiple participants. If false, only the person with lowest reprojection error is analyzed. participant_height = [1.72, 1.40] # m # float if single person, list of float if multi-person (same order as the Static trials) # Only used for marker augmentation participant_mass = [70.0, 63.5] # kg # Only used for marker augmentation and scaling diff --git a/Pose2Sim/Demo_SinglePerson/Config.toml b/Pose2Sim/Demo_SinglePerson/Config.toml index 9528aba7..81da0400 100644 --- a/Pose2Sim/Demo_SinglePerson/Config.toml +++ b/Pose2Sim/Demo_SinglePerson/Config.toml @@ -18,7 +18,7 @@ [project] -multi_person = false # true for trials with multiple participants. If false, only the main person in scene is analyzed (runs faster). +multi_person = false # true for trials with multiple participants. If false, only the person with lowest reprojection error is analyzed. participant_height = 1.72 # m # float if single person, list of float if multi-person (same order as the Static trials) # Only used for marker augmentation participant_mass = 70.0 # kg # Only used for marker augmentation and scaling