Wang Xinyu
c8d6c8244e
[Model] Yolov5/v5lite/v6/v7/v7end2end: CUDA preprocessing ( #370 )
...
* add yolo cuda preprocessing
* cmake build cuda src
* yolov5 support cuda preprocessing
* yolov5 cuda preprocessing configurable
* yolov5 update get mat data api
* yolov5 check cuda preprocess args
* refactor cuda function name
* yolo cuda preprocess padding value configurable
* yolov5 release cuda memory
* cuda preprocess pybind api update
* move use_cuda_preprocessing option to yolov5 model
* yolov5lite cuda preprocessing
* yolov6 cuda preprocessing
* yolov7 cuda preprocessing
* yolov7_e2e cuda preprocessing
* remove cuda preprocessing in runtime option
* refine log and cmake variable name
* fix model runtime ptr type
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-10-19 16:04:58 +08:00
WJJ1995
b557dbc2d8
Add YOLOv5-cls Model ( #335 )
...
* add yolov5cls
* fixed bugs
* fixed bugs
* fixed preprocess bug
* add yolov5cls readme
* deal with comments
* Add YOLOv5Cls Note
* add yolov5cls test
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-10-12 15:57:26 +08:00
Zheng_Bicheng
9c3ac8f0da
[vision] Add AdaFace model support ( #301 )
...
* 新增adaface模型
* 新增adaface模型python代码
* 新增adaface模型example代码
* 删除无用的import
* update
* 修正faceid文档的错误
* 修正faceid文档的错误
* 删除无用文件
* 新增adaface模型paddleinference推理代码,模型文件先提交方便测试后期会删除
* 新增adaface模型paddleinference推理代码,模型文件先提交方便测试后期会删除
* 按照要求修改并跑通cpp example
* 测试python example
* python cpu测试通过,修改了文档
* 修正文档,替换了模型下载地址
* 修正文档
* 修正文档
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-10-11 09:55:18 +08:00
Jason
5d4372955f
Add some comments for python api ( #327 )
...
* Add some comments for python api
* Update setup.py
* Update runtime.py
2022-10-09 10:05:18 +08:00
Jason
8ba4a26ebb
Refine cpp/python api of visualize with lots of deprecated apis ( #303 )
...
* fix patchelf
* refine visualize api
* Update CMakeLists.txt
* refine visualize api
* add libs directory
* Create __init__.py
2022-09-29 14:06:45 +08:00
heliqi
69be5b5232
fastdeploy support serving ( #272 )
...
* fd support serving
* fd support serving optimize dir
* optimize code
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-27 14:07:19 +08:00
huangjianhui
625845c7d6
Update ppseg with eigen functions ( #238 )
...
* Update ppseg backend support type
* Update ppseg preprocess if condition
* Update README.md
* Update README.md
* Update README.md
* Update ppseg with eigen functions
* Delete old argmax function
* Update README.md
* Delete apply_softmax in ppseg example demo
* Update ppseg code with createFromTensor function
* Delete FDTensor2CVMat function
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update ppseg model.cc with transpose&&softmax in place convert
* Update segmentation_result.md
* Update model.cc
* Update README.md
* Update README.md
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-22 21:21:47 +08:00
Jason
e227c5625e
Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat ( #263 )
...
rename frontend to model_format
2022-09-22 13:24:05 +08:00
heliqi
a8e447f225
yolov5 servitization optimization ( #262 )
...
* yolov5 split pre and post process
* yolov5 postprocess
* yolov5 postprocess
2022-09-21 18:22:39 +08:00
Jason
68523be411
Modify file structure to separate python and cpp code ( #223 )
...
Modify code structure
2022-09-14 15:44:13 +08:00