Skip to content

Commit 370f56f

Browse files
Update articles/cognitive-services/Computer-vision/spatial-analysis-logging.md
Co-authored-by: Patrick Farley <[email protected]>
1 parent c6b0d22 commit 370f56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/spatial-analysis-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If your device is a local desktop machine or Azure GPU VM (with remote desktop e
3333
}
3434
}
3535
```
36-
4. Update the graph in deployment manifest you want to run in debug mode. In the example below, we update the operationId to cognitiveservices.vision.spatialanalysis-personcrossingpolygon.**debug** and a new parameter `VISUALIZER_NODE_CONFIG` is required to enable the visualizer winodw. All operations are available in debug flavor. When using shared nodes, use the cognitiveservices.vision.spatialanalysis.debug operation and add `VISUALIZER_NODE_CONFIG` to the instance parameters.
36+
4. Update the graph in the deployment manifest you want to run in debug mode. In the example below, we update the operationId to cognitiveservices.vision.spatialanalysis-personcrossingpolygon.debug. A new parameter `VISUALIZER_NODE_CONFIG` is required to enable the visualizer window. All operations are available in debug flavor. When using shared nodes, use the cognitiveservices.vision.spatialanalysis.debug operation and add `VISUALIZER_NODE_CONFIG` to the instance parameters.
3737
3838
```
3939
"zonecrossing": {

0 commit comments

Comments
 (0)