mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 01:26:34 +00:00
Enables use of multiple TPUs in OPI5
This commit is contained in:
@@ -9,6 +9,7 @@ class AiEngineInferenceOpencvOnnx : public AiEngineInference
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit AiEngineInferenceOpencvOnnx(QString modelPath, QObject *parent = nullptr);
|
||||
void initialize(int number);
|
||||
|
||||
public slots:
|
||||
void performInferenceSlot(cv::Mat frame) override;
|
||||
|
||||
Reference in New Issue
Block a user