|
126 | 126 | ------------------------------------------- |
127 | 127 | Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/pallet-defect-detection/pdd1/.env |
128 | 128 | Running sample app: pallet-defect-detection |
129 | | - Using Helm deployment - curl commands will use: 10.223.23.150:30443 |
| 129 | + Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT> |
130 | 130 | Checking status of dlstreamer-pipeline-server... |
131 | 131 | Server reachable. HTTP Status Code: 200 |
132 | 132 | Getting list of loaded pipelines... |
|
150 | 150 | ------------------------------------------- |
151 | 151 | Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/pallet-defect-detection/pdd2/.env |
152 | 152 | Running sample app: pallet-defect-detection |
153 | | - Using Helm deployment - curl commands will use: 10.223.23.150:30444 |
| 153 | + Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT> |
154 | 154 | Checking status of dlstreamer-pipeline-server... |
155 | 155 | Server reachable. HTTP Status Code: 200 |
156 | 156 | Getting list of loaded pipelines... |
|
174 | 174 | ------------------------------------------- |
175 | 175 | Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/weld-porosity/weld1/.env |
176 | 176 | Running sample app: weld-porosity |
177 | | - Using Helm deployment - curl commands will use: 10.223.23.150:30445 |
| 177 | + Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT> |
178 | 178 | Checking status of dlstreamer-pipeline-server... |
179 | 179 | Server reachable. HTTP Status Code: 200 |
180 | 180 | Getting list of loaded pipelines... |
|
307 | 307 | 2. Start the pipeline for <INSTANCE_NAME>: |
308 | 308 |
|
309 | 309 | ```bash |
310 | | - ./sample_start.sh -i <INSTANCE_NAME> -p <PIPELINE_NAME> |
| 310 | + ./sample_start.sh helm -i <INSTANCE_NAME> -p <PIPELINE_NAME> |
311 | 311 | ``` |
312 | 312 |
|
313 | 313 | Output: |
|
343 | 343 | 1. Fetch the list of pipeline for <INSTANCE_NAME>: |
344 | 344 |
|
345 | 345 | ```bash |
346 | | - ./sample_list.sh -i <INSTANCE_NAME> |
| 346 | + ./sample_list.sh helm -i <INSTANCE_NAME> |
347 | 347 | ``` |
348 | 348 |
|
349 | 349 | Example Output: |
|
375 | 375 |
|
376 | 376 | ```text |
377 | 377 | Instance name set to: pdd1 |
378 | | - Custom payload file set to: custom_payload_corrected.json |
| 378 | + Custom payload file set to: custom_payload.json |
379 | 379 | Starting specified pipeline(s)... |
380 | 380 | Found SAMPLE_APP: pallet-defect-detection for INSTANCE_NAME: pdd1 |
381 | 381 | Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/pallet-defect-detection/pdd1/.env |
382 | 382 | Running sample app: pallet-defect-detection |
383 | 383 | Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT> |
384 | 384 | Checking status of dlstreamer-pipeline-server... |
385 | 385 | Server reachable. HTTP Status Code: 200 |
386 | | - Loading payload from custom_payload_corrected.json |
| 386 | + Loading payload from custom_payload.json |
387 | 387 | Payload loaded successfully. |
388 | 388 | Starting pipeline: pallet_defect_detection_gpu |
389 | 389 | Launching pipeline: pallet_defect_detection_gpu |
|
0 commit comments