Skip to content

Commit 116e306

Browse files
authored
Update performance.md
1 parent 9693b28 commit 116e306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs_src/use-cases/automated-self-checkout/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ List of EVs:
5050
|`BATCH_SIZE_CLASSIFY` | number of frames batched together for a single inference to be used in [gvaclassify batch-size element](https://dlstreamer.github.io/elements/gvaclassify.html) | 0-N |
5151
|`RENDER_MODE` | for displaying pipeline and overlay CV metadata | 1, 0 |
5252
|`PIPELINE_COUNT` | number of Automated Self Checkout Docker container instances to launch | Ex: 1 |
53-
|`PIPELINE_SCRIPT` | pipeline script to run. | yolo11n_effnetb0.sh, obj_detection_age_prediction.sh, etc. |
53+
|`PIPELINE_SCRIPT` | pipeline script to run. | yolo11n_effnetb0.sh, obj_detection__prediction.sh, etc. |
5454
|`DEVICE_ENV` | device to use for classification and detection | res/all-cpu.env, res/all-gpu.env, res/det-gpu_class-npu.env, etc. |
5555

5656
> **Note:**
@@ -83,7 +83,7 @@ make PIPELINE_SCRIPT=obj_detection_age_prediction.sh DEVICE_ENV=res/all-gpu.env
8383
`obj_detection_age_prediction.sh` runs TWO video streams in parallel even with PIPELINE_COUNT=1:
8484

8585
Stream 1: Object detection + classification on retail video <br>
86-
Stream 2: Face detection + age/gender classification on age prediction video
86+
Stream 2: Face detection + age/gender prediction on age prediction video
8787

8888

8989

0 commit comments

Comments
 (0)