Skip to content

Commit 64a7f10

Browse files
authored
Remove gvaclassify parameter called threshold (open-edge-platform#999)
1 parent 2bc504a commit 64a7f10

5 files changed

Lines changed: 8 additions & 10 deletions

File tree

manufacturing-ai-suite/industrial-edge-insights-vision/apps/pcb-anomaly-detection/configs/pipeline-server-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"name": "pcb_anomaly_detection_gpu",
105105
"source": "gstreamer",
106106
"queue_maxsize": 50,
107-
"pipeline": "{auto_source} name=source ! parsebin ! vah264dec ! vapostproc ! video/x-raw(memory:VAMemory) ! gvaclassify inference-region=full-frame device=GPU pre-process-backend=va-surface-sharing model-instance-id=instgpu0 inference-interval=1 batch-size=8 nireq=2 ie-config=\"NUM_STREAMS=2\" threshold=0.7 name=classification ! queue ! gvametaconvert add-empty-results=true name=metaconvert ! gvametapublish name=destination ! queue ! gvafpscounter ! appsink name=appsink",
107+
"pipeline": "{auto_source} name=source ! parsebin ! vah264dec ! vapostproc ! video/x-raw(memory:VAMemory) ! gvaclassify inference-region=full-frame device=GPU pre-process-backend=va-surface-sharing model-instance-id=instgpu0 inference-interval=1 batch-size=8 nireq=2 ie-config=\"NUM_STREAMS=2\" name=classification ! queue ! gvametaconvert add-empty-results=true name=metaconvert ! gvametapublish name=destination ! queue ! gvafpscounter ! appsink name=appsink",
108108
"parameters": {
109109
"type": "object",
110110
"properties": {
@@ -122,7 +122,7 @@
122122
"name": "pcb_anomaly_detection_npu",
123123
"source": "gstreamer",
124124
"queue_maxsize": 50,
125-
"pipeline": "{auto_source} name=source ! parsebin ! vah264dec ! vapostproc ! video/x-raw(memory:VAMemory) ! gvaclassify inference-region=full-frame device=NPU pre-process-backend=va model-instance-id=instnpu0 inference-interval=1 batch-size=1 nireq=4 threshold=0.7 name=classification ! queue ! gvametaconvert add-empty-results=true name=metaconvert ! gvametapublish name=destination ! queue ! gvafpscounter ! appsink name=appsink",
125+
"pipeline": "{auto_source} name=source ! parsebin ! vah264dec ! vapostproc ! video/x-raw(memory:VAMemory) ! gvaclassify inference-region=full-frame device=NPU pre-process-backend=va model-instance-id=instnpu0 inference-interval=1 batch-size=1 nireq=4 name=classification ! queue ! gvametaconvert add-empty-results=true name=metaconvert ! gvametapublish name=destination ! queue ! gvafpscounter ! appsink name=appsink",
126126
"parameters": {
127127
"type": "object",
128128
"properties": {

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide demonstrates how to benchmark the pallet defect detection pipeline to
77
> Ensure the application is set up and running. Refer to the [Setup Guide](../setup-guide.md) for complete installation and configuration steps.
88
99
- DL Streamer Pipeline Server (DLSPS) running and accessible
10-
- `curl`, `jq`, and `bc` utilities installed
10+
- `curl`, `jq`, `gawk` and `bc` utilities installed
1111

1212
### Benchmark Script Usage
1313

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/how-to-benchmark.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide demonstrates how to benchmark the PCB anomaly detection pipeline to d
77
> Ensure the application is set up and running. Refer to the [Setup Guide](../setup-guide.md) for complete installation and configuration steps.
88
99
- DL Streamer Pipeline Server (DLSPS) running and accessible
10-
- `curl`, `jq`, and `bc` utilities installed
10+
- `curl`, `jq`, `gawk` and `bc` utilities installed
1111

1212
### Benchmark Script Usage
1313

@@ -41,7 +41,7 @@ Available pipelines for PCB anomaly detection:
4141
These are the recommended parameters by Edge Benchmarking and Workloads team for workload with similar characteristics. These are configurable parameters that can be adjusted based on your specific requirements:
4242

4343
```
44-
inference-region=full-frame inference-interval=1 batch-size=8 nireq=2 ie-config="NUM_STREAMS=2" threshold=0.7
44+
inference-region=full-frame inference-interval=1 batch-size=8 nireq=2 ie-config="NUM_STREAMS=2"
4545
```
4646

4747
**Parameter Descriptions:**
@@ -50,7 +50,6 @@ inference-region=full-frame inference-interval=1 batch-size=8 nireq=2 ie-config=
5050
- `batch-size=8`: Process 8 frames in a single batch for better GPU utilization
5151
- `nireq=2`: Number of inference requests to run in parallel
5252
- `ie-config="NUM_STREAMS=2"`: Intel OpenVINO engine streams configuration
53-
- `threshold=0.7`: Detection confidence threshold (70%)
5453

5554
### Steps to run benchmarks
5655

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/how-to-benchmark.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide demonstrates how to benchmark the weld porosity classification pipeli
77
> Ensure the application is set up and running. Refer to the [Setup Guide](../setup-guide.md) for complete installation and configuration steps.
88
99
- DL Streamer Pipeline Server (DLSPS) running and accessible
10-
- `curl`, `jq`, and `bc` utilities installed
10+
- `curl`, `jq`, `gawk` and `bc` utilities installed
1111

1212
### Benchmark Script Usage
1313

@@ -41,7 +41,7 @@ Available pipelines for weld porosity classification:
4141
These are the recommended parameters by Edge Benchmarking and Workloads team for workload with similar characteristics. These are configurable parameters that can be adjusted based on your specific requirements:
4242

4343
```
44-
inference-region=full-frame inference-interval=1 batch-size=8 nireq=2 ie-config="NUM_STREAMS=2" threshold=0.7
44+
inference-region=full-frame inference-interval=1 batch-size=8 nireq=2 ie-config="NUM_STREAMS=2"
4545
```
4646

4747
**Parameter Descriptions:**
@@ -50,7 +50,6 @@ inference-region=full-frame inference-interval=1 batch-size=8 nireq=2 ie-config=
5050
- `batch-size=8`: Process 8 frames in a single batch for better GPU utilization
5151
- `nireq=2`: Number of inference requests to run in parallel
5252
- `ie-config="NUM_STREAMS=2"`: Intel OpenVINO engine streams configuration
53-
- `threshold=0.7`: Detection confidence threshold (70%)
5453

5554
### Steps to run benchmarks
5655

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide demonstrates how to benchmark the worker safety gear detection pipeli
77
> Ensure the application is set up and running. Refer to the [Setup Guide](../setup-guide.md) for complete installation and configuration steps.
88
99
- DL Streamer Pipeline Server (DLSPS) running and accessible
10-
- `curl`, `jq`, and `bc` utilities installed
10+
- `curl`, `jq`, `gawk` and `bc` utilities installed
1111

1212
### Benchmark Script Usage
1313

0 commit comments

Comments
 (0)