mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 10:46:33 +00:00
working yolo default model with opencv
This commit is contained in:
@@ -90,6 +90,9 @@ void AiEngineInferencevOnnxRuntime::performInferenceSlot(cv::Mat frame)
|
||||
qDebug() << "performInferenceSlot() invalid classId =" << detection.classId;
|
||||
continue;
|
||||
}
|
||||
else {
|
||||
cv::imwrite("scaledImage.png", scaledImage);
|
||||
}
|
||||
|
||||
// Add detected objects to the results
|
||||
AiEngineObject object;
|
||||
|
||||
Reference in New Issue
Block a user