@jakaskerl when I try to run this with my own model it throws this error
pi@luxonis:~/Roving-Comforter $ python3 testrun.py
Switch ON Detected
[2024-04-22 21:33:43] INFO [root.init:147] Setting IR laser dot projector brightness to 800mA
[2024-04-22 21:33:43] INFO [root.exit:408] Closing OAK camera
Traceback (most recent call last):
File "/home/pi/Roving-Comforter/testrun.py", line 132, in <module>
nn = oak.create_nn('/home/pi/Roving-Comforter/yolov8n_coco_640x352.blob', color, tracker=True, spatial=True)
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/oak_camera.py", line 253, in create_nn
comp = NNComponent(self._oak.device,
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/components/nn_component.py", line 215, in init
self._spatial.depth.link(self.node.inputDepth)
AttributeError: 'depthai.node.NeuralNetwork' object has no attribute 'inputDepth'
Sentry is attempting to send 2 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit