Skip to content

Commit

Permalink
fix for linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Jul 17, 2024
1 parent c4f20d1 commit 15f2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pose2Sim/Demo_Batch/Config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mode = 'balanced' # 'lightweight', 'balanced', 'performance'
det_frequency = 100 # Run person detection only every N frames, and inbetween track previously detected bounding boxes (keypoint detection is still run on all frames).
# Equal to or greater than 1, can be as high as you want in simple uncrowded cases. Much faster, but might be less accurate.
tracking = true # Gives consistent person ID across frames. Slightly slower but might facilitate synchronization if other people are in the background
display_detection = true
display_detection = false
overwrite_pose = false # set to false if you don't want to recalculate pose estimation when it has already been done
save_video = 'to_video' # 'to_video' or 'to_images', 'none', or ['to_video', 'to_images']
output_format = 'openpose' # 'openpose', 'mmpose', 'deeplabcut', 'none' or a list of them # /!\ only 'openpose' is supported for now
Expand Down

0 comments on commit 15f2308

Please sign in to comment.