Hi all, trying to get my own model running on the OAK-1.
Does this look familiar to anyone?
Thanks!
jetson@jetson-desktop:~/depthai-experiments/gen2-yolo/device-decoding$ python main.py --config model/best.json
config: model/best.json
Closing OAK camera
Traceback (most recent call last):
File "main.py", line 14, in <module>
oak.start(blocking=True)
File "/home/jetson/.local/lib/python3.8/site-packages/depthai_sdk/oak_camera.py", line 268, in start
self.build() # Build the pipeline
File "/home/jetson/.local/lib/python3.8/site-packages/depthai_sdk/oak_camera.py", line 354, in build
component.update_device_info(self.pipeline, self.oak.device, self.pipeline.getOpenVINOVersion())
File "/home/jetson/.local/lib/python3.8/site-packages/depthai_sdk/components/camera_component.py", line 110, in _update_device_info
self.node.setResolution(getClosesResolution(sensor_name, width=1300))
File "/home/jetson/.local/lib/python3.8/site-packages/depthai_sdk/components/camera_helper.py", line 236, in getClosesResolution
for res in cameraSensor(sensorName).resolutions:
File "/home/jetson/.local/lib/python3.8/site-packages/depthai_sdk/components/camera_helper.py", line 197, in cameraSensor
return cameraSensors[cameraSensors.index(sensorName.upper())]
ValueError: 'LCM48' is not in list