As mentioned above, when I set DEPTHAI_LEVEL
to debug
or info
, the log prints the `Depth intrinsics` , how do I get this information through the api for subsequent processing?
MulongDeng

- 5 days ago
- Joined Aug 11, 2023
- 0 best answers
Yes, tools.luxonis.com currently uses the source code of Yolov8.0.114, and ultralytics has modified some code structures in the new version, so that the old version cannot load the new model. You can use an earlier version of Ultralytics YoloV8 or refer to the article about converting YOLOv8 model to blob format to convert it yourself
AliChoudhry You can refer to the article about converting YOLOv8 model to blob format.