FastDeploy
latest
Fast & Easy to Deploy!
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
v
+
Functions
a
c
d
e
f
g
i
l
m
p
q
r
s
t
v
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
i
m
n
o
p
r
s
u
y
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
+
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
fastdeploy
vision.h
1
// Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
#pragma once
15
16
#include "fastdeploy/core/config.h"
17
#ifdef ENABLE_VISION
18
#include "fastdeploy/vision/classification/contrib/resnet.h"
19
#include "fastdeploy/vision/classification/contrib/yolov5cls/yolov5cls.h"
20
#include "fastdeploy/vision/classification/ppcls/model.h"
21
#include "fastdeploy/vision/detection/contrib/nanodet_plus.h"
22
#include "fastdeploy/vision/detection/contrib/scaledyolov4.h"
23
#include "fastdeploy/vision/detection/contrib/yolor.h"
24
#include "fastdeploy/vision/detection/contrib/yolov5/yolov5.h"
25
#include "fastdeploy/vision/detection/contrib/yolov5seg/yolov5seg.h"
26
#include "fastdeploy/vision/detection/contrib/fastestdet/fastestdet.h"
27
#include "fastdeploy/vision/detection/contrib/yolov5lite.h"
28
#include "fastdeploy/vision/detection/contrib/yolov6.h"
29
#include "fastdeploy/vision/detection/contrib/yolov7/yolov7.h"
30
#include "fastdeploy/vision/detection/contrib/yolov7end2end_ort.h"
31
#include "fastdeploy/vision/detection/contrib/yolov7end2end_trt.h"
32
#include "fastdeploy/vision/detection/contrib/yolov8/yolov8.h"
33
#include "fastdeploy/vision/detection/contrib/yolox.h"
34
#include "fastdeploy/vision/detection/contrib/rknpu2/model.h"
35
#include "fastdeploy/vision/detection/ppdet/model.h"
36
#include "fastdeploy/vision/facealign/contrib/face_landmark_1000.h"
37
#include "fastdeploy/vision/facealign/contrib/pfld.h"
38
#include "fastdeploy/vision/facealign/contrib/pipnet.h"
39
#include "fastdeploy/vision/facedet/contrib/retinaface.h"
40
#include "fastdeploy/vision/facedet/contrib/scrfd.h"
41
#include "fastdeploy/vision/facedet/contrib/ultraface.h"
42
#include "fastdeploy/vision/facedet/contrib/yolov5face.h"
43
#include "fastdeploy/vision/facedet/contrib/yolov7face/yolov7face.h"
44
#include "fastdeploy/vision/facedet/contrib/centerface/centerface.h"
45
#include "fastdeploy/vision/facedet/ppdet/blazeface/blazeface.h"
46
#include "fastdeploy/vision/faceid/contrib/insightface/model.h"
47
#include "fastdeploy/vision/faceid/contrib/adaface/adaface.h"
48
#include "fastdeploy/vision/headpose/contrib/fsanet.h"
49
#include "fastdeploy/vision/keypointdet/pptinypose/pptinypose.h"
50
#include "fastdeploy/vision/matting/contrib/modnet.h"
51
#include "fastdeploy/vision/matting/contrib/rvm.h"
52
#include "fastdeploy/vision/matting/ppmatting/ppmatting.h"
53
#include "fastdeploy/vision/ocr/ppocr/classifier.h"
54
#include "fastdeploy/vision/ocr/ppocr/dbdetector.h"
55
#include "fastdeploy/vision/ocr/ppocr/ppocr_v2.h"
56
#include "fastdeploy/vision/ocr/ppocr/ppocr_v3.h"
57
#include "fastdeploy/vision/ocr/ppocr/recognizer.h"
58
#include "fastdeploy/vision/ocr/ppocr/utils/ocr_utils.h"
59
#include "fastdeploy/vision/segmentation/ppseg/model.h"
60
#include "fastdeploy/vision/sr/ppsr/model.h"
61
#include "fastdeploy/vision/tracking/pptracking/model.h"
62
#include "fastdeploy/vision/generation/contrib/animegan.h"
63
64
#endif
65
66
#include "fastdeploy/vision/visualize/visualize.h"
Generated by
1.8.13