summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mv_machine_learning/common/include/MvMlConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mv_machine_learning/common/include/MvMlConfig.h b/mv_machine_learning/common/include/MvMlConfig.h
index c8e038a9..6778a7e1 100644
--- a/mv_machine_learning/common/include/MvMlConfig.h
+++ b/mv_machine_learning/common/include/MvMlConfig.h
@@ -38,8 +38,8 @@ private:
std::string _modelLabelFilePath;
std::string _pluginFileName;
bool _usePlugin {};
- int _backendType {};
- int _targetDeviceType {};
+ int _backendType { MV_INFERENCE_BACKEND_NONE };
+ int _targetDeviceType { MV_INFERENCE_TARGET_DEVICE_NONE };
double _confidence_threshold {};
public: