17 #include "fastdeploy/fastdeploy_model.h" 18 #include "fastdeploy/vision/common/result.h" 19 #include "fastdeploy/vision/detection/ppdet/model.h" 20 #include "fastdeploy/vision/keypointdet/pptinypose/pptinypose.h" 38 fastdeploy::vision::detection::PicoDet* det_model,
47 virtual bool Predict(cv::Mat* img,
52 float detection_model_score_threshold = 0;
55 fastdeploy::vision::detection::PicoDet* detector_ =
nullptr;
59 virtual bool Detect(cv::Mat* img,
61 virtual bool KeypointDetect(
Detection result structure for all the object detection models and instance segmentation models...
Definition: result.h:106
PPTinyPose Pipeline object used when to load a detection model + pptinypose model.
Definition: pipeline.h:30
PPTinyPose model object used when to load a PPTinyPose model exported by PaddleDetection.
Definition: pptinypose.h:31
KeyPoint Detection result structure for all the keypoint detection models.
Definition: result.h:145
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16