Albin
1314f3267e
bug fix: 修复contrib中的det模型后处理在遇到没有检测框的图时导致同batch中接下来的图片结果全部为空的bug ( #2378 )
2024-02-27 19:21:17 +08:00
Jason
d910d6116c
[Model] Fix nms problem ( #2230 )
...
fix nms problem
2023-10-10 16:24:33 +08:00
Zheng-Bicheng
643730bf5f
[Hackathon 181] Add TVM support for FastDeploy on macOS ( #1969 )
...
* update for tvm backend
* update third_party
* update third_party
* update
* update
* update
* update
* update
* update
* update
* update
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-05-25 19:59:02 +08:00
DefTruth
77cb9db6da
[Model] Support PP-ShiTuV2 models for PaddleClas ( #1900 )
...
* [cmake] add faiss.cmake -> pp-shituv2
* [PP-ShiTuV2] Support PP-ShituV2-Det model
* [PP-ShiTuV2] Support PP-ShiTuV2-Det model
* [PP-ShiTuV2] Add PPShiTuV2Recognizer c++&python support
* [PP-ShiTuV2] Add PPShiTuV2Recognizer c++&python support
* [Bug Fix] fix ppshitu_pybind error
* [benchmark] Add ppshituv2-det c++ benchmark
* [examples] Add PP-ShiTuV2 det & rec examples
* [vision] Update vision classification result
* [Bug Fix] fix trt shapes setting errors
2023-05-08 14:04:09 +08:00
seyosum
df8dd3e3ac
【Hackthon_4th 180】Support HORIZON BPU Backend for FastDeploy ( #1822 )
...
* add horizon backend and PPYOLOE examples
* 更改horizon头文件编码规范
* 更改horizon头文件编码规范
* 更改horizon头文件编码规范
* 增加horizon packages下载及自动安装
* Add UseHorizonNPUBackend Method
* 删除编译FD SDK后多余的头文件,同时更改部分规范
* Update horizon.md
* Update horizon.md
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-05-06 16:10:37 +08:00
linyangshi
9164796645
[Model] Support DINO & DETR and add PaddleDetectionModel class ( #1837 )
...
* 添加paddleclas模型
* 更新README_CN
* 更新README_CN
* 更新README
* update get_model.sh
* update get_models.sh
* update paddleseg models
* update paddle_seg models
* update paddle_seg models
* modified test resources
* update benchmark_gpu_trt.sh
* add paddle detection
* add paddledetection to benchmark
* modified benchmark cmakelists
* update benchmark scripts
* modified benchmark function calling
* modified paddledetection documents
* add PaddleDetectonModel
* reset examples/paddledetection
* resolve conflict
* update pybind
* resolve conflict
* fix bug
* delete debug mode
* update checkarch log
* update trt inputs example
* Update README.md
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-05-05 14:10:33 +08:00
thunder95
51be3fea78
[Hackthon_4th 177] Support PP-YOLOE-R with BM1684 ( #1809 )
...
* first draft
* add robx iou
* add benchmark for ppyoloe_r
* remove trash code
* fix bugs
* add pybind nms rotated option
* add missing head file
* fix bug
* fix bug2
* fix shape bug
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-04-21 10:48:05 +08:00
yeliang2258
e2f5a9ce66
[Model] Add picodet for RV1126 and A311D ( #1549 )
...
* add infer for picodet
* update code
* update lite lib
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-04-10 22:04:45 +08:00
Zheng-Bicheng
109d1046ae
[Model] add function for setting anchor rknpu2 ( #1728 )
...
* add function for setting anchor rknpu2
add more demo for rknpu2
fixed md error
* Update config.h
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-04-04 20:33:06 +08:00
Zheng-Bicheng
644a085ca2
[Bug Fix] fix yolox's bug ( #1736 )
...
fix yolox's bug
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-03-29 21:03:37 +08:00
Wang Xinyu
cb7c8a07d4
[CVCUDA] PaddleDetection preprocessor support CV-CUDA ( #1493 )
...
* ppdet preproc use manager
* pad_to_size chw opencv
* pad_to_size chw flycv
* fix pad_to_size flycv
* add warning message
* cvcuda convert cubic to linear, padToSize cvcuda
* stridedpad cvcuda
* fix flycv include
* fix flycv include
* fix flycv build
* cast cvcuda
* fix pybind
* fix normalize permute cuda
* base processor move funcs to cc
* Update pad_to_size.cc
2023-03-10 12:43:57 +08:00
Zheng-Bicheng
0687d3b0ad
[Model] Add Solov2 For PaddleDetection ( #1435 )
...
* update solov2
* Repair note
* update solov2 postprocess
* update
* update solov2
* update solov2
* fixed bug
* fixed bug
* update solov2
* update solov2
* fix build android bug
* update docs
* update docs
* update docs
* update
* update
* update arch and docs
* update
* update
* update solov2 python
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-03-08 10:01:32 +08:00
WJJ1995
d3845eb4e1
[Benchmark]Compare diff for OCR ( #1415 )
...
* avoid mem copy for cpp benchmark
* set CMAKE_BUILD_TYPE to Release
* Add SegmentationDiff
* change pointer to reference
* fixed bug
* cast uint8 to int32
* Add diff compare for OCR
* Add diff compare for OCR
* rm ppocr pipeline
* Add yolov5 diff compare
* Add yolov5 diff compare
* deal with comments
* deal with comments
* fixed bug
* fixed bug
2023-02-23 18:57:39 +08:00
DefTruth
ee85a3cade
[Benchmark] Add precision evaluation api from benchmark ( #1310 )
...
* [Benchmark] Init benchmark precision api
* [Benchmark] Init benchmark precision api
* [Benchmark] Add benchmark precision api
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Add SplitDataLine utils
* [Benchmark] Add LexSortByXY func
* [Benchmark] Add LexSortByXY func
* [Benchmark] Add LexSortDetectionResultByXY func
* [Benchmark] Add LexSortDetectionResultByXY func
* [Benchmark] Add tensor diff presicion test
* [Benchmark] fixed conflicts
* [Benchmark] fixed calc tensor diff
* fixed build bugs
* fixed ci bugs when WITH_TESTING=ON
2023-02-16 17:16:14 +08:00
Zheng-Bicheng
6a3ac91057
[Model] Update rkyolo pybind ( #1294 )
...
更新rkyolo pybind
2023-02-11 09:09:53 +08:00
WJJ1995
59a4ab343f
[Benchmark]Add ResourceUsageMonitor to collect memory info ( #1269 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
* add cpp benchmark
* add cpu and gpu mem
* public part split
* add runtime mode
* fixed bugs
* add cpu_thread_nums
* deal with comments
* deal with comments
* deal with comments
* rm useless code
* add FASTDEPLOY_DECL
* add FASTDEPLOY_DECL
* fixed for windows
* mv rss to pss
* mv rss to pss
* Update utils.cc
* use thread to collect mem
* Add ResourceUsageMonitor
* rm useless code
* fixed bug
* fixed typo
* update ResourceUsageMonitor
* fixed bug
* fixed bug
* add note for ResourceUsageMonitor
* deal with comments
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-02-10 17:13:22 +08:00
Zheng-Bicheng
e077c005df
[Bug Fix] Update RKYOLO code format ( #1254 )
...
* 更新rkyolo细节
* 更新rkyolov5 format
2023-02-08 19:46:11 +08:00
Zheng-Bicheng
afa3b886f3
[Bug Fix] fixed labels setting of YOLOv5 ( #1213 )
...
修复自己训练的yolov5无法指定label个数的错误
2023-02-02 15:28:38 +08:00
Zilong Xing
a709fe4813
[SOPHGO] Add PaddleDetection YOLOv8 example ( #1165 )
...
sophon yolov8s example
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-30 11:47:07 +08:00
Zheng-Bicheng
f441ffe56b
[Model] Add YOLOV8 For RKNPU2 ( #1153 )
...
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 新增ppdet_decode
* 更新多batch支持
* 更新多batch支持
* 更新多batch支持
* 更新注释内容
* 尝试解决pybind问题
* 尝试解决pybind的问题
* 尝试解决pybind的问题
* 重构代码
* 重构代码
* 重构代码
* 按照要求修改
* 更新Picodet文档
* 更新Picodet文档,更新yolov8文档
* 修改picodet 以及 yolov8 example
* 更新Picodet模型转换脚本
* 更新example代码
* 更新yolov8量化代码
* 修复部分bug
加入pybind
* 修复pybind
* 修复pybind错误的问题
* 更新说明文档
* 更新说明文档
2023-01-16 22:33:02 +08:00
Zheng-Bicheng
23dfcac891
[Model] Add DecodeProcess For PPDet ( #1127 )
...
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 新增ppdet_decode
* 更新多batch支持
* 更新多batch支持
* 更新多batch支持
* 更新注释内容
* 尝试解决pybind问题
* 尝试解决pybind的问题
* 尝试解决pybind的问题
* 重构代码
* 重构代码
* 重构代码
* 按照要求修改
* 修复部分bug
加入pybind
* 修复pybind
* 修复pybind错误的问题
2023-01-16 18:42:41 +08:00
DefTruth
30def02a89
[YOLOv8] Add PaddleYOLOv8 models download links ( #1152 )
...
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [YOLOv8] add PaddleYOLOv8 pybind11 (#1144 ) (#31 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [benchmark] add PaddleYOLOv8 -> benchmark
* [benchmark] add PaddleYOLOv8 -> benchmark
* [Lite] Support PaddleYOLOv8 with Lite Backend
* [Pick] Update from latest develop (#32 )
* [Model] Support Insightface model inferenceing on RKNPU (#1113 )
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* Update issues.md
* Update fastdeploy_init.sh
* 更新交叉编译
* 更新insightface系列模型的rknpu2支持
* 更新insightface系列模型的rknpu2支持
* 更新说明文档
* 更新insightface
* 尝试解决pybind问题
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
* [Other] Add Function For Aligning Face With Five Points (#1124 )
* 更新5点人脸对齐的代码
* 更新代码格式
* 解决comment
* update example
* 更新注释
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
* [Lite] Support PaddleYOLOv8 with Lite Backend (#1145 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [YOLOv8] add PaddleYOLOv8 pybind11 (#1144 ) (#31 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [benchmark] add PaddleYOLOv8 -> benchmark
* [benchmark] add PaddleYOLOv8 -> benchmark
* [Lite] Support PaddleYOLOv8 with Lite Backend
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [Model] Add Silero VAD example (#1107 )
* add vad example
* fix typo
* fix typo
* rename file
* remove model and wav
* delete Vad.cc
* delete Vad.h
* rename and format
* fix max and min
* update readme
* rename var
* format
* add params
* update readme
* update readme
* Update README.md
* Update README_CN.md
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
Co-authored-by: Zheng-Bicheng <58363586+Zheng-Bicheng@users.noreply.github.com >
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Qianhe Chen <54462604+chenqianhe@users.noreply.github.com >
* [YOLOv8] Support PaddleYOLOv8 on Kunlunxin&Ascend
* [YOLOv8] Add PaddleYOLOv8 model download links
* [YOLOv8] Add PaddleYOLOv8 Box AP
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Zheng-Bicheng <58363586+Zheng-Bicheng@users.noreply.github.com >
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Qianhe Chen <54462604+chenqianhe@users.noreply.github.com >
2023-01-16 13:15:24 +08:00
WJJ1995
02bd22422e
[Model] Support YOLOv8 ( #1137 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-16 11:24:23 +08:00
DefTruth
f969967179
[Lite] Support PaddleYOLOv8 with Lite Backend ( #1145 )
...
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [YOLOv8] add PaddleYOLOv8 pybind11 (#1144 ) (#31 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [benchmark] add PaddleYOLOv8 -> benchmark
* [benchmark] add PaddleYOLOv8 -> benchmark
* [Lite] Support PaddleYOLOv8 with Lite Backend
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
2023-01-14 20:44:10 +08:00
DefTruth
f88c662449
[YOLOv8] add PaddleYOLOv8 pybind11 ( #1144 )
...
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
2023-01-14 14:51:25 +08:00
DefTruth
4e2102ada5
[Model] Support PaddleYOLOv8 model ( #1136 )
2023-01-13 20:15:48 +08:00
WJJ1995
aa6931bee9
[Model] Add YOLOv5-seg ( #988 )
...
* add onnx_ort_runtime demo
* rm in requirements
* support batch eval
* fixed MattingResults bug
* move assignment for DetectionResult
* integrated x2paddle
* add model convert readme
* update readme
* re-lint
* add processor api
* Add MattingResult Free
* change valid_cpu_backends order
* add ppocr benchmark
* mv bs from 64 to 32
* fixed quantize.md
* fixed quantize bugs
* Add Monitor for benchmark
* update mem monitor
* Set trt_max_batch_size default 1
* fixed ocr benchmark bug
* support yolov5 in serving
* Fixed yolov5 serving
* Fixed postprocess
* update yolov5 to 7.0
* add poros runtime demos
* update readme
* Support poros abi=1
* rm useless note
* deal with comments
* support pp_trt for ppseg
* fixed symlink problem
* Add is_mini_pad and stride for yolov5
* Add yolo series for paddle format
* fixed bugs
* fixed bug
* support yolov5seg
* fixed bug
* refactor yolov5seg
* fixed bug
* mv Mask int32 to uint8
* add yolov5seg example
* rm log info
* fixed code style
* add yolov5seg example in python
* fixed dtype bug
* update note
* deal with comments
* get sorted index
* add yolov5seg test case
* Add GPL-3.0 License
* add round func
* deal with comments
* deal with commens
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-11 15:36:32 +08:00
Dantès
de70e8366c
add ocr, ppyoloe, picodet examples ( #1076 )
...
* add ocr examples
* add ppyoloe examples
add picodet examples
* remove /ScaleFactor in ppdet/postprocessor.cc
2023-01-10 16:34:26 +08:00
Jason
054dfec43a
[Other] Remove some build options ( #1090 )
...
* remove some flags
* add gpu check in cmake
2023-01-09 17:36:07 +08:00
Jason
d7a65e5c70
[Other] Upgrade runtime module ( #1068 )
...
* Upgrade runtime module
* Update option.h
* Fix build error
* Move enumerates
* little modification
* little modification
* little modification:
* Remove some useless flags
2023-01-06 13:44:05 +08:00
Dantès
34bea7649d
[Backend] add sophgo backend ( #1015 )
...
* Add Sophgo Device
add sophgo backend in fastdeploy
add resnet50, yolov5s, liteseg examples.
* replace sophgo lib with download links; fix model.cc bug
* modify CodeStyle
* remove unuseful files;change the names of sophgo device and sophgo
backend
* sophgo support python and add python examples
* remove unuseful rows in cmake according pr
Co-authored-by: Zilong Xing <zilong.xing@sophgo.com >
2023-01-04 15:49:17 +08:00
totorolin
9b108c3fa5
[Model] Support New PaddleDetection Models ( #959 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-04 10:34:21 +08:00
Jason
f51697d745
[Other] Optimize code style ( #1032 )
...
* Optimize code
* optimize code
* optimize code
* fix compile error
2023-01-03 19:54:12 +08:00
Zheng-Bicheng
d275c3ba02
[Model] Update PPDet Preprocess ( #1006 )
...
* 更新导航文档
* 更新导航文档
* 更新导航文档
* 更新导航文档
* 更新PPDet PreProcess
* 更新PPDet PreProcess
* 更新PPDet pybind and python
* 更新
* 更新ppdet
2022-12-29 21:15:23 +08:00
guxukai
866d044898
[Model] add detection model : FastestDet ( #842 )
...
* model done, CLA fix
* remove letter_box and ConvertAndPermute, use resize hwc2chw and convert in preprocess
* remove useless values in preprocess
* remove useless values in preprocess
* fix reviewed problem
* fix reviewed problem pybind
* fix reviewed problem pybind
* postprocess fix
* add test_fastestdet.py, coco_val2017_500 fixed done, ready to review
* fix reviewed problem
* python/.../fastestdet.py
* fix infer.cc, preprocess, python/fastestdet.py
* fix examples/python/infer.py
2022-12-28 10:49:17 +08:00
yeliang2258
45865c8724
[Other] Change all XPU to KunlunXin ( #973 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* XPU to KunlunXin
* update
* update model link
* update doc
* update device
* update code
* useless code
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-27 10:02:02 +08:00
yeliang2258
1911002b90
[Backend]Add stable_diffusion and detection models support for KunlunXin XPU ( #954 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* add valid_xpu for detection
* add paddledetection model support for xpu
* support all detection model in c++ and python
* fix code
* add python stable_diffusion support
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-26 16:22:52 +08:00
yunyaoXYY
d45382e3cc
[Backend] Add Huawei Ascend NPU deploy using PaddleLite CANN. ( #757 )
...
* Add Huawei Ascend NPU deploy through PaddleLite CANN
* Add NNAdapter interface for paddlelite
* Modify Huawei Ascend Cmake
* Update way for compiling Huawei Ascend NPU deployment
* remove UseLiteBackend in UseCANN
* Support compile python whlee
* Change names of nnadapter API
* Add nnadapter pybind and remove useless API
* Support Python deployment on Huawei Ascend NPU
* Add models suppor for ascend
* Add PPOCR rec reszie for ascend
* fix conflict for ascend
* Rename CANN to Ascend
* Rename CANN to Ascend
* Improve ascend
* fix ascend bug
* improve ascend docs
* improve ascend docs
* improve ascend docs
* Improve Ascend
* Improve Ascend
* Move ascend python demo
* Imporve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Imporve ascend
* Imporve ascend
* Improve ascend
2022-12-26 10:18:34 +08:00
WJJ1995
0f28f9432f
[Model] Add is_mini_pad and stride for YOLOv5 python ( #949 )
...
* add onnx_ort_runtime demo
* rm in requirements
* support batch eval
* fixed MattingResults bug
* move assignment for DetectionResult
* integrated x2paddle
* add model convert readme
* update readme
* re-lint
* add processor api
* Add MattingResult Free
* change valid_cpu_backends order
* add ppocr benchmark
* mv bs from 64 to 32
* fixed quantize.md
* fixed quantize bugs
* Add Monitor for benchmark
* update mem monitor
* Set trt_max_batch_size default 1
* fixed ocr benchmark bug
* support yolov5 in serving
* Fixed yolov5 serving
* Fixed postprocess
* update yolov5 to 7.0
* add poros runtime demos
* update readme
* Support poros abi=1
* rm useless note
* deal with comments
* support pp_trt for ppseg
* fixed symlink problem
* Add is_mini_pad and stride for yolov5
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-22 19:15:32 +08:00
Zheng_Bicheng
95beb2bbf6
[RKNPU2] RKYOLO Support FP32 return value ( #898 )
...
* RKNPU2 Backend兼容其他模型的量化
fd_tensor正式移除zp和scale的量化参数
* 更新FP32返回值的RKYOLO
* 更新rkyolov5支持fp32格式
* 更新rkyolov5支持fp32格式
* 更新YOLOv5速度文档
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-19 10:03:18 +08:00
Jason
2d998223ac
[Backend] Add KunlunXin XPU deploy support ( #894 )
...
Revert "Revert "[Backend] Add KunlunXin XPU deploy support" (#893 )"
This reverts commit 0990ab9b50
.
2022-12-16 11:22:30 +08:00
Jason
0990ab9b50
Revert "[Backend] Add KunlunXin XPU deploy support" ( #893 )
...
Revert "[Backend] Add KunlunXin XPU deploy support (#747 )"
This reverts commit 5be839b322
.
2022-12-15 21:17:59 +08:00
yeliang2258
5be839b322
[Backend] Add KunlunXin XPU deploy support ( #747 )
...
* add xpu support
* fix docs
* update code
* update doc
* update code
* update yolov5
* update cmake
* add int64_t data support
* fix
* update download links
* add en doc
* update code
* update xpu options
* update doc
* update doc
* update doc
* update lib links
* update doc
* update code
* update lite xpu link
* update xpu lib
* update doc
* update en doc
2022-12-15 21:17:14 +08:00
totorolin
3164af65a4
[Model] Support PaddleYOLO YOLOv5 YOLOv6 YOLOv7 RTMDet models ( #857 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-15 11:46:13 +08:00
huangjianhui
9937b6c325
[Other] Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg ( #791 )
...
* Refactor PaddleSeg with preprocessor && postprocessor
* Fix bugs
* Delete redundancy code
* Modify by comments
* Refactor according to comments
* Add batch evaluation
* Add single test script
* Add ppliteseg single test script && fix eval(raise) error
* fix bug
* Fix evaluation segmentation.py batch predict
* Fix segmentation evaluation bug
* Fix evaluation segmentation bugs
* Update segmentation result docs
* Update old predict api and DisableNormalizeAndPermute
* Update resize segmentation label map with cv::INTER_NEAREST
* Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg
* Add multi thread demo
* Add python model clone function
* Add multi thread python && C++ example
* Fix bug
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-13 15:19:47 +08:00
yeliang2258
6a1a3d001f
[Backend] A311D support ( #825 )
...
* add A311D support
* update code
* update toolchain
* update opencv_armhf lib
* update libs
* update code
* add install script
* update bos link
* update toolchain
2022-12-13 11:53:36 +08:00
Zheng_Bicheng
188dcedc02
[RKNN2] Fix bugs ( #851 )
...
* 修复picodet格式
* * 修正错误文档
* 修复rknpu2 backend后端的部分错误
* 更新pphumanseg example格式
* * 更新pphumanseg example格式
* * 更新picodet example格式
* * 更新scrfd example格式
* * 更新ppseg rknpu2 python example中的错误
* * 修复代码格式问题
* * 修复代码格式问题
* * 修复代码格式问题
* * 修复代码格式问题
* * 修复代码格式问题
* * 修复代码格式问题
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-12 15:37:31 +08:00
Zheng_Bicheng
c7dc7d5eee
Add RKYOLOv5 RKYOLOX RKYOLOV7 ( #709 )
...
* 更正代码格式
* 更正代码格式
* 修复语法错误
* fix rk error
* update
* update
* update
* update
* update
* update
* update
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-10 15:44:00 +08:00
yeliang2258
104d965b38
[Backend] Add YOLOv5、PPYOLOE and PP-Liteseg for RV1126 ( #647 )
...
* add yolov5 and ppyoloe for rk1126
* update code, rename rk1126 to rv1126
* add PP-Liteseg
* update lite lib
* updade doc for PPYOLOE
* update doc
* fix docs
* fix doc and examples
* update code
* uodate doc
* update doc
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-05 16:48:00 +08:00
totorolin
941057888a
[Model] Support PaddleDetection SSD Model ( #630 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-11-28 19:13:02 +08:00