How do I change the version?
(depthai-env) ali@luxonis:~/depthai/depthai-experiments/gen2-yolo/device-decoding $ python main.py
config: model/yolo.json
Traceback (most recent call last):
File "/home/ali/depthai/depthai-experiments/gen2-yolo/device-decoding/main.py", line 11, in <module>
nn = oak.create_nn(args['config'], color, nn_type='yolo', spatial=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ali/depthai/depthai-env/lib/python3.11/site-packages/depthai_sdk/oak_camera.py", line 323, in create_nn
comp = NNComponent(self.device,
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ali/depthai/depthai-env/lib/python3.11/site-packages/depthai_sdk/components/nn_component.py", line 108, in __init__
self._parse_model(model)
File "/home/ali/depthai/depthai-env/lib/python3.11/site-packages/depthai_sdk/components/nn_component.py", line 240, in _parse_model
self._parse_config(model)
File "/home/ali/depthai/depthai-env/lib/python3.11/site-packages/depthai_sdk/components/nn_component.py", line 286, in _parse_config
with model_config.open() as f:
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/pathlib.py", line 1045, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'model/yolo.json'
Sentry is attempting to send 2 pending error messages
Waiting up to 2 seconds