Skip to content

Files

Latest commit

a509dd8 · Apr 14, 2023

History

History

vision_results

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 19, 2023
Dec 24, 2022
Feb 17, 2023
Feb 17, 2023
Feb 17, 2023
Feb 17, 2023
Jan 6, 2023
Feb 8, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Jan 6, 2023
Feb 28, 2023
Feb 28, 2023
Apr 14, 2023
Apr 14, 2023
Feb 28, 2023
Feb 28, 2023

简体中文| English

Prediction Results of the Vision Model

FastDeploy defines different structures (fastdeploy/vision/common/result.h) to express the model prediction results according to the vision model task.

Structure Document Description Corresponding Model
ClassifyResult C++/Python document Image classification return results ResNet50, MobileNetV3, etc.
SegmentationResult C++/Python document Image segmentation result PP-HumanSeg, PP-LiteSeg, etc.
DetectionResult C++/Python document Target detection result PP-YOLOE, YOLOv7, etc.
FaceDetectionResult C++/Python document Result of face detection SCRFD, RetinaFace, etc.
FaceAlignmentResult C++/Python document Face alignment result(Face keypoint detection) PFLD model, etc.
KeyPointDetectionResult C++/Python document Result of keypoint detection PP-Tinypose model, etc.
FaceRecognitionResult C++/Python document Result of face recognition ArcFace, CosFace, etc.
MattingResult C++/Python document Image/video keying result MODNet, RVM, etc.
OCRResult C++/Python document Text box detection, classification and text recognition result OCR, etc.
MOTResult C++/Python document Multi-target tracking result pptracking, etc.
HeadPoseResult C++/Python document Head pose estimation result FSANet, etc.