Skip to content

Commit 38896a6

Browse files
committed
disable display_detection on Config Batch
1 parent 7da3b04 commit 38896a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pose2Sim/Demo_Batch/Config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ det_frequency = 1 # Run person detection only every N frames, and inbetween trac
4949
device = 'auto' # 'auto', 'CPU', 'CUDA', 'MPS', 'ROCM'
5050
backend = 'auto' # 'auto', 'openvino', 'onnxruntime', 'opencv'
5151

52-
display_detection = true
52+
display_detection = false
5353
overwrite_pose = false # set to false if you don't want to recalculate pose estimation when it has already been done
5454
save_video = 'to_video' # 'to_video' or 'to_images', 'none', or ['to_video', 'to_images']
5555
output_format = 'openpose' # 'openpose', 'mmpose', 'deeplabcut', 'none' or a list of them # /!\ only 'openpose' is supported for now

0 commit comments

Comments
 (0)