Fully working opi_rtsp on PC with YOLOv8 ONNX models

This commit is contained in:
Tuomas Järvinen
2024-07-10 18:37:33 +02:00
parent 896307d296
commit 3d39d8fd99
5 changed files with 272 additions and 220 deletions
@@ -14,5 +14,6 @@ public slots:
void performInferenceSlot(cv::Mat frame) override;
private:
InferenceEngine *mEngine;
//InferenceEngine *mEngine;
Inference mInference;
};