Skip to content

Commit 70e91f7

Browse files
committed
Update defaults
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 8b496ab commit 70e91f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

applications/distributed/ucx/ucx_endoscopy_tool_tracking/cpp/endoscopy_tool_tracking.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ application:
2626
version: 1.0
2727
inputFormats: []
2828
outputFormats: ["screen"]
29-
benchmarking: true # default: false, true to enable Data Flow Benchmarking, false otherwise
29+
benchmarking: false # default: false, true to enable Data Flow Benchmarking, false otherwise
3030

3131
replayer:
3232
basename: "surgical_video"
33-
frame_rate: 0 # as specified in timestamps
34-
repeat: false # default: false
35-
realtime: true # default: true
36-
count: 0 # default: 0 (no frame count restriction)
33+
frame_rate: 0 # as specified in timestamps
34+
repeat: true # default: true
35+
realtime: true # default: true
36+
count: 0 # default: 0 (no frame count restriction)
3737

3838
format_converter:
3939
out_tensor_name: source_video

0 commit comments

Comments
 (0)