Files
FastDeploy/docs/api/vision_results
yeliang2258 a509dd8ec1 [Model] Add Paddle3D smoke model (#1766)
* add smoke model

* add 3d vis

* update code

* update doc

* mv paddle3d from detection to perception

* update result for velocity

* update code for CI

* add set input data for TRT backend

* add serving support for smoke model

* update code

* update code

* update code

---------

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2023-04-14 16:30:56 +08:00
..
2023-02-08 16:33:12 +00:00
2023-02-09 02:43:38 +00:00
2023-01-19 13:20:15 +08:00

简体中文| 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.