Hi jakaskerl
Do you have any idea how to use it with this code: https://github.com/luxonis/depthai-experiments/blob/master/gen2-deepsort-tracking/main.py?
I tried replacing the yolov6 model with my blob file, but I received this error:
File "/home/pi/Tracking/gen3-deepsort-tracking/main.py", line 43, in <module>
oak.start(blocking=True)
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/oak_camera.py", line 347, in start
self.build()
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/oak_camera.py", line 465, in build
xouts = out.setup(self.pipeline, self.oak.device, names)
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/classes/output_config.py", line 54, in setup
xoutbase: XoutBase = self.output(pipeline, device)
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/components/nn_component.py", line 629, in main
out = XoutTwoStage(det_nn=self.comp.input,
File "/home/pi/.local/lib/python3.9/site-packages/depthai_sdk/oak_outputs/xout/xout_nn.py", line 289, in init
self.whitelist_labels: Optional[List[int]] = second_nn.multi_stage_nn.whitelist_labels
AttributeError: 'NoneType' object has no attribute 'whitelist_labels'
Sentry is attempting to send 2 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit~
I appreciate your help.