Skip to content

Commit

Permalink
fix: rename console output log file to rNUM.jsonl (intel-retail#402)
Browse files Browse the repository at this point in the history
* fix: rename console output log file to rNUM.jsonl to fix stream density report

Signed-off-by: Valina Li <[email protected]>
  • Loading branch information
vli11 authored Dec 6, 2023
1 parent e0647fc commit dd12b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/opencv-ovms/gst_capi/run_gst_capi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ DETECTION_THRESHOLD="$DETECTION_THRESHOLD" \
BARCODE="$BARCODE" \
OCR_DEVICE="$OCR_DEVICE" \
$bash_cmd \
2>&1 | tee >/tmp/results/gst-capi_$cid_count.log >(stdbuf -oL sed -n -e 's/^.*FPS: //p' | stdbuf -oL cut -d , -f 1 > /tmp/results/pipeline$cid_count.log)
2>&1 | tee >/tmp/results/r$cid_count.jsonl >(stdbuf -oL sed -n -e 's/^.*FPS: //p' | stdbuf -oL cut -d , -f 1 > /tmp/results/pipeline$cid_count.log)

0 comments on commit dd12b8f

Please sign in to comment.