mv_machine_learning: use DEFAULT_MODEL_NAME for landmark detection task group
[platform/core/api/mediavision.git] / mv_machine_learning / landmark_detection / include / facial_landmark_adapter.h
index 82f8e1c..5061e75 100644 (file)
@@ -36,8 +36,10 @@ private:
        std::string _model_file;
        std::string _meta_file;
        std::string _label_file;
+       const std::string _config_file_name = "facial_landmark.json";
 
        void create(LandmarkDetectionTaskType task_type);
+       LandmarkDetectionTaskType convertToTaskType(std::string model_name);
 
 public:
        FacialLandmarkAdapter();