TomasBooneHogent
TomasBooneHogent
When I update the inference package manually the opset issue is solved indeed, but the CUDAExecutionProvider cannot be found and therefore defaults to the CPUExecutionProvider. Are you sure the latest...
yolov8s (OD) Generated on Feb 5, 2024 = no issue yolov8s (OD) Generated on Feb 22, 2024 = no issue yolov8s (OD) Generated on Mar 5, 2024 = Issue yolov8s...
OD = Object detection IS = Instance Segmentation
So only new models trained will be compatible again?
I already reported and shown the issue to Jack Gallo, he knows the details
It would basically be one line of code if you do Yolo.export(format="onnx", opset=16) if onnxruntime version < 1.12.0
@PawelPeczek-Roboflow  I have the same issue using a classification model in a 2 stage detection setup. The first object detection model works fine, but the second classification model is...
@yeldarby thank you! Once we get a classification model working, we should normally no longer need updates.
@yeldarby  this fixed the "module _sqlite not found error" Adding libsqlite3-dev as an install before installing python in the jetson4.6.1 dockerfile
@yeldarby any updates? We need it in production..