Skip to content

Commit eb80393

Browse files
committed
forgot a param
1 parent 31ef4d7 commit eb80393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pose2Sim/S00_Demo_Session/Config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[project]
2121
# multi_person = false # true for trials with multiple participants. If false, only the main person in scene is analyzed (and it run much faster).
22-
# nb_persons_to_detect = 2 # checked only if multi_person is selected
22+
nb_persons_to_detect = 2 # checked only if multi_person is selected
2323
frame_rate = 60 # fps
2424
frame_range = [] # For example [10,300], or [] for all frames
2525
## N.B.: If you want a time range instead, use frame_range = time_range * frame_rate

0 commit comments

Comments
 (0)