Skip to content

Commit 990f342

Browse files
author
Matevz Morato
committed
Update the model in the neural_depth_minimal example
1 parent cb13751 commit 990f342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/python/NeuralDepth/neural_depth_minimal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
leftOutput = cameraLeft.requestFullResolutionOutput()
1414
rightOutput = cameraRight.requestFullResolutionOutput()
1515

16-
neuralDepth = pipeline.create(dai.node.NeuralDepth).build(leftOutput, rightOutput, dai.DeviceModelZoo.NEURAL_DEPTH_192X120)
16+
neuralDepth = pipeline.create(dai.node.NeuralDepth).build(leftOutput, rightOutput, dai.DeviceModelZoo.NEURAL_DEPTH_LARGE)
1717

1818
disparityQueue = neuralDepth.disparity.createOutputQueue()
1919

0 commit comments

Comments
 (0)