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