YOLO_DECLARE_BATCH_PREDICT_FUNCTION(YOLOv5, fd_c_yolov5_wrapper)
Predict the detection results for a batch of input images.
YOLO_DECLARE_CREATE_WRAPPER_FUNCTION(YOLOv5)
Create a new FD_C_YOLOv5Wrapper object.
struct FD_C_YOLOv8Wrapper FD_C_YOLOv8Wrapper
Definition: model.h:135
struct FD_C_YOLORWrapper FD_C_YOLORWrapper
Definition: model.h:231
YOLO_DECLARE_DESTROY_WRAPPER_FUNCTION(YOLOv5, fd_c_yolov5_wrapper)
Destroy a FD_C_YOLOv5Wrapper object.
Definition: types_internal.h:26
YOLO_DECLARE_INITIALIZED_FUNCTION(YOLOv5, fd_c_yolov5_wrapper)
Check if the model is initialized successfully.
struct FD_C_YOLOXWrapper FD_C_YOLOXWrapper
Definition: model.h:276
struct FD_C_YOLOv5Wrapper FD_C_YOLOv5Wrapper
Definition: model.h:31
struct FD_C_YOLOv7Wrapper FD_C_YOLOv7Wrapper
Definition: model.h:83
struct FD_C_YOLOv6Wrapper FD_C_YOLOv6Wrapper
Definition: model.h:187
YOLO_DECLARE_PREDICT_FUNCTION(YOLOv5, fd_c_yolov5_wrapper)
Predict the detection result for an input image.
YOLO_DECLARE_PREDICT_FUNCTION_WITH_THRESHOLD(YOLOv6, fd_c_yolov6_wrapper)
Predict the detection result for an input image.