mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:36:34 +00:00
Fully working opi_rtsp on PC with YOLOv8 ONNX models
This commit is contained in:
@@ -14,5 +14,6 @@ public slots:
|
||||
void performInferenceSlot(cv::Mat frame) override;
|
||||
|
||||
private:
|
||||
InferenceEngine *mEngine;
|
||||
//InferenceEngine *mEngine;
|
||||
Inference mInference;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user