16 #include "fastdeploy/fastdeploy_model.h" 17 #include "fastdeploy/vision/common/processors/transform.h" 18 #include "fastdeploy/vision/common/result.h" 37 const std::string& params_file =
"",
41 std::string
ModelName()
const {
return "FaceLandmark1000"; }
54 std::vector<int>
GetSize() {
return size_; }
59 void SetSize(
const std::vector<int>& size) { size_ = size; }
65 std::map<std::string, std::array<int, 2>>* im_info);
68 const std::map<std::string, std::array<int, 2>>& im_info);
70 std::vector<int> size_;
Option object used when create a new Runtime object.
Definition: runtime_option.h:40
Base model object for all the vision models.
Definition: fastdeploy_model.h:21
std::string ModelName() const
Get model's name.
Definition: face_landmark_1000.h:41
ModelFormat
Definition: enum_variables.h:67
FDTensor object used to represend data matrix.
Definition: fd_tensor.h:31
Face Alignment result structure for all the face alignment models.
Definition: result.h:248
FDMat is a structure for replace cv::Mat.
Definition: mat.h:34
void SetSize(const std::vector< int > &size)
Set the input size of image.
Definition: face_landmark_1000.h:59
std::vector< int > GetSize()
Get the input size of image.
Definition: face_landmark_1000.h:54
Model with ONNX format.
Definition: enum_variables.h:70
FaceLandmark1000 model object used when to load a FaceLandmark1000 model exported by FaceLandmark1000...
Definition: face_landmark_1000.h:27
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16