diff --git a/Pose2Sim/Demo_Batch/Config.toml b/Pose2Sim/Demo_Batch/Config.toml index ea4559d..b1ab69d 100644 --- a/Pose2Sim/Demo_Batch/Config.toml +++ b/Pose2Sim/Demo_Batch/Config.toml @@ -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