Skip to content

Commit 60b42b8

Browse files
author
SzabolcsGergely
committed
Fix failing example due to warning
1 parent a1b889b commit 60b42b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/23_autoexposure_roi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Press N to go back to the region controlled by the NN detections.
1111

1212
# Get argument first
13-
nnPath = str((Path(__file__).parent / Path('models/mobilenet-ssd_openvino_2021.2_5shave.blob')).resolve().absolute())
13+
nnPath = str((Path(__file__).parent / Path('models/mobilenet-ssd_openvino_2021.2_6shave.blob')).resolve().absolute())
1414
if len(sys.argv) > 1:
1515
nnPath = sys.argv[1]
1616

0 commit comments

Comments
 (0)