forked from intel-retail/automated-self-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: spike for replicas docker-compose adding gst and capi ovms prof…
…iles test cases (intel-retail#470) * feat: spike for replicas docker-compose adding gst and capi ovms profiles test cases * fix: update gstreamer scripts and docker-compose to work for replicas Signed-off-by: Jim Wang <[email protected]> * feat: add CAPI-yolov5 for replicas docker-compose Signed-off-by: Jim Wang <[email protected]> * feat: add and update capi_yolov5_ensemble replicas docker-compose Signed-off-by: Jim Wang <[email protected]> * feat: add capi-face-detection replicas docker-compose Signed-off-by: Jim Wang <[email protected]> --------- Signed-off-by: Jim Wang <[email protected]>
- Loading branch information
1 parent
4967b7e
commit 5b3ca4e
Showing
18 changed files
with
817 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/bash | ||
# | ||
# Copyright (C) 2024 Intel Corporation. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
cl_cache_dir="/home/pipeline-server/.cl-cache" \ | ||
DISPLAY="$DISPLAY" \ | ||
RESULT_DIR="/tmp/result" \ | ||
DECODE="$DECODE" \ | ||
DEVICE="$DEVICE" \ | ||
PRE_PROCESS="$PRE_PROCESS" \ | ||
AGGREGATE="$AGGREGATE" \ | ||
OUTPUTFORMAT="$OUTPUTFORMAT" \ | ||
BARCODE_RECLASSIFY_INTERVAL="$BARCODE_INTERVAL" \ | ||
OCR_RECLASSIFY_INTERVAL="$OCR_INTERVAL" \ | ||
OCR_DEVICE="$OCR_DEVICE" \ | ||
LOG_LEVEL="$LOG_LEVEL" \ | ||
GST_DEBUG="$GST_DEBUG" \ | ||
LOW_POWER="$LOW_POWER" \ | ||
cid_count="$cid_count" \ | ||
inputsrc="$inputsrc" \ | ||
RUN_MODE="$RUN_MODE" \ | ||
CPU_ONLY="$CPU_ONLY" \ | ||
OCR_RECLASSIFY_INTERVAL="$OCR_RECLASSIFY_INTERVAL" \ | ||
BARCODE_RECLASSIFY_INTERVAL="$BARCODE_RECLASSIFY_INTERVAL" \ | ||
AUTO_SCALE_FLEX_140="$AUTO_SCALE_FLEX_140" \ | ||
PIPELINE_SCRIPT="$PIPELINE_SCRPT" \ | ||
/opencv-ovms/scripts/run_gst.sh --pipeline_script_choice "$PIPELINE_SCRIPT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.