Skip to content

Commit

Permalink
main person -> person with lowest reprojection error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Jan 3, 2025
1 parent 2b5489a commit 622f483
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pose2Sim/Demo_Batch/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Pose2Sim/Demo_Batch/Trial_1/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Pose2Sim/Demo_Batch/Trial_2/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Pose2Sim/Demo_MultiPerson/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Pose2Sim/Demo_SinglePerson/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 622f483

Please sign in to comment.