17 #include "fastdeploy/fastdeploy_model.h" 18 #include "fastdeploy/vision/detection/contrib/yolov8/preprocessor.h" 19 #include "fastdeploy/vision/detection/contrib/yolov8/postprocessor.h" 35 YOLOv8(
const std::string& model_file,
const std::string& params_file =
"",
55 virtual bool BatchPredict(
const std::vector<cv::Mat>& imgs,
56 std::vector<DetectionResult>* results);
65 return postprocessor_;
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
Postprocessor object for YOLOv8 serials model.
Definition: postprocessor.h:25
virtual YOLOv8Preprocessor & GetPreprocessor()
Get preprocessor reference of YOLOv8.
Definition: yolov8.h:59
ModelFormat
Definition: enum_variables.h:67
virtual YOLOv8Postprocessor & GetPostprocessor()
Get postprocessor reference of YOLOv8.
Definition: yolov8.h:64
Detection result structure for all the object detection models and instance segmentation models...
Definition: result.h:106
Model with ONNX format.
Definition: enum_variables.h:70
Preprocessor object for YOLOv8 serials model.
Definition: preprocessor.h:25
std::string ModelName() const
Get model's name.
Definition: yolov8.h:39
YOLOv8 model object used when to load a YOLOv8 model exported by YOLOv8.
Definition: yolov8.h:26
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16