leiqing
b8a9abc18d
Rename README_EN.md to README.md
2022-12-24 15:04:04 +08:00
leiqing
38219dc610
Delete README.md
2022-12-24 15:03:44 +08:00
leiqing
3255fd3cdc
Update README.md
2022-12-24 14:55:42 +08:00
leiqing
cbfc4eb246
Rename README_EN.md to README.md
2022-12-24 14:54:38 +08:00
leiqing
4ce6822722
Delete README.md
2022-12-24 14:54:17 +08:00
HCQ14
ace4468aef
translate text/readme and its links ( #914 )
...
* Create README_CN.md
* Create README_EN.md
* Update README.md
* Update and rename README.md to README_CN.md
* Create README_EN.md
* Create README_EN.md
* Create README_EN.md
* Update and rename README.md to README_CN.md
* Update README_EN.md
* Update and rename README.md to README_CN.md
* Create README_EN.md
* Create README_CN.md
* Create README_EN.md
* Update README.md
* Update README_EN.md
* Update README.md
* Create README_EN.md
* Update README_EN.md
* Update README.md
* Create README_EN.md
* Update README.md
* Create README_EN.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Rename README_EN.md to README_.md
* Rename README_.md to README.md
* Update README_CN.md
* Rename README_EN.md to README.md
* Update README_CN.md
* Update README_CN.md
* Rename README_EN.md to README.md
* Update README_CN.md
* Update README.md
* Rename README_EN.md to README_2EN.md
* Update and rename README_EN.md to README.md
* Rename README_2EN.md to README_EN.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
2022-12-24 14:44:06 +08:00
Jason
699ba193c1
Update README.md
2022-12-22 19:36:57 +08:00
Zheng_Bicheng
1323595b10
[Bug Fix] Fix the error of ppdet example ( #955 )
...
* * onnx推理时不需要decode
* 配置文件信息错误
* * 修复c++ example 文档的部分错误
2022-12-22 19:02:23 +08:00
yeliang2258
1e9872db94
[Other] Add FlyCV support for A311D ( #928 )
...
* add FlyCV support
* update doc
* update cmake
* re-ci
* fix bug
* fix cmake
* fix doc
* update doc
* fix doc
2022-12-21 20:00:43 +08:00
heliqi
c8c204f1c4
[Serving]Update yolov5 config.pbtxt ( #938 )
...
* Update config.pbtxt
* Update yolov5 serving config
2022-12-21 19:58:36 +08:00
yeliang2258
b42ec302e6
[Doc] Change all PaddleLite or Paddle-Lite to Paddle Lite ( #929 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* change PaddleLite or Paddle-Lite to Paddle lite
* fix docs
* fix doc
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-21 14:15:50 +08:00
WJJ1995
c8db4b442a
[Runtime] Add Poros Backend Runtime demo for c++/python ( #915 )
...
* 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
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-20 19:03:14 +08:00
heliqi
88985596d5
[Serving]serving configuration doc add TRT dynamic shape ( #920 )
...
* serving doc add TRT dynamic shape
* serving doc add TRT dynamic shape
2022-12-20 15:15:17 +08:00
Zheng_Bicheng
218f33f8b1
[RKNPU2] Add Quantized PPHumanSeg ( #905 )
...
* 更新rknpu2 backend核心代码
* 更新模型导出核心代码
* 删除无用的config文件
* 新增配置文件以及修改文档
* 模型转换以及文档
* 更新文档
* 更新与配置文件
* 更新PPHumanSeg全量化
* 更新文档
* 更新文档
* 更新文档
2022-12-19 20:07:32 +08:00
yeliang2258
ea4f4e4ada
[Bug Fix] Update ResNet50 model link for A311D and RV1126 ( #911 )
...
update resnet50 model link for A311D and RV1126
2022-12-19 14:52:23 +08:00
Zheng_Bicheng
dc13eb7049
[RKNPU2] Update quantitative model ( #879 )
...
* 对RKNPU2后端进行修改,当模型为非量化模型时,不在NPU执行normalize操作,当模型为量化模型时,在NUP上执行normalize操作
* 更新RKNPU2框架,输出数据的数据类型统一返回fp32类型
* 更新scrfd,拆分disable_normalize和disable_permute
* 更新scrfd代码,支持量化
* 更新scrfd python example代码
* 更新模型转换代码,支持量化模型
* 更新文档
* 按照要求修改
* 按照要求修改
* 修正模型转换文档
* 更新一下转换脚本
2022-12-19 13:58:43 +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
WJJ1995
6e79df40d9
[Model] Update YOLOv5 from 6.0 to 7.0 version ( #890 )
...
* 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
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-15 17:23:27 +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
CoolCola
ce4867d14e
[Model] Support YOLOv7-face Model ( #651 )
...
* 测试
* delete test
* add yolov7-face
* fit vision.h
* add yolov7-face test
* fit: yolov7-face infer.cc
* fit
* fit Yolov7-face Cmakelist
* fit yolov7Face.cc
* add yolov7-face pybind
* add yolov7-face python infer
* feat yolov7-face pybind
* feat yolov7-face format error
* feat yolov7face_pybind error
* feat add yolov7face-pybind to facedet-pybind
* same as before
* same sa before
* feat __init__.py
* add yolov7face.py
* feat yolov7face.h ignore ","
* feat .py
* fit yolov7face.py
* add yolov7face test teadme file
* add test file
* fit postprocess
* delete remain annotation
* fit preview
* fit yolov7facepreprocessor
* fomat code
* fomat code
* fomat code
* fit format error and confthreshold and nmsthres
* fit confthreshold and nmsthres
* fit test-yolov7-face
* fit test_yolov7face
* fit review
* fit ci error
Co-authored-by: kongbohua <kongbh2022@stu.pku.edu.cn >
Co-authored-by: CoolCola <49013063+kongbohua@users.noreply.github.com >
2022-12-14 19:14:43 +08:00
huangjianhui
376fdbfe2c
[Other] Update old Api to new ones ( #861 )
...
* Update keypointdetection result docs
* Update im.copy() to im in examples
* Update new Api, fastdeploy::vision::Visualize to fastdeploy::vision
* Update SwapBackgroundSegmentation && SwapBackgroundMatting to SwapBackground
* Update README_CN.md
* Update README_CN.md
2022-12-14 17:25:58 +08:00
WJJ1995
de72162af9
[Serving] Fixed preprocess&&postprocess in YOLOv5 Serving ( #874 )
...
* 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
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-14 10:14:29 +08:00
Jason
cab0e5f9cb
Update README.md
2022-12-13 21:56:25 +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
Jason
f6e8fe7427
Update README.md
2022-12-13 11:24:17 +08:00
Jason
534d5b8c8b
[Turorials] Add tutorials for intel gpu ( #860 )
...
* Add tutorials for intel gpu
* fix gflags dependency
* Update README_CN.md
* Update README.md
* Update README.md
2022-12-13 10:21:56 +08:00
yunyaoXYY
5fc6cf30df
[Quantization] Add new PaddleClas models quantization support. ( #864 )
...
* Fix links in readme
* Fix links in readme
* Update PPOCRv2/v3 examples
* Update auto compression configs
* Add neww quantization support for paddleclas model
* Update quantized Yolov6s model download link
2022-12-13 10:21:44 +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
huangjianhui
19008a2397
[Other]Update im.copy() to im in examples ( #854 )
...
* Update keypointdetection result docs
* Update im.copy() to im in examples
2022-12-12 09:47:54 +08:00
DefTruth
99165f2149
[Bug Fix] fix win examples build error ( #855 )
...
* Update CMakeLists.txt
* Update infer_rkyolo.cc
2022-12-12 09:46:55 +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
MistEO
22325d23ed
[Other] Add const modifier to some OCR interface parameters ( #836 )
...
* [Other] Add const modifier to some OCR interface parameters
* [Other] Add a Predict interface to PPOCR with const parameters
For interface compatibility, I chose to add rather than modify
2022-12-09 09:20:55 +08:00
yunyaoXYY
d19510fe77
[Other] Update PP-OCRv2/v3 example. ( #838 )
...
* Fix links in readme
* Fix links in readme
* Update PPOCRv2/v3 examples
2022-12-08 23:32:14 +08:00
Winter
7112b08dc4
[Doc] Update OCR README & some dead links ( #829 )
...
[Android] 1.change OCR README message.
2.modify README links.
2022-12-08 10:48:38 +08:00
Thomas Young
5df62485c3
[Bug Fix] add ocr new feature and fix codestyle ( #764 )
...
* fix ocr bug and add new feature
* fix bug
* fix bug
* fix bug
* fix bug
* fix bug
* fix bug
* add property
* add test
* fix code style
* fix bug
* fix bug
* fix bug
* fix port
* fix ocr
* fix_ocr
* fix ocr
* fix ocr
* fix ocr
* fix ocr
* Update paddle2onnx.cmake
* Update paddle2onnx.cmake
* Update paddle2onnx.cmake
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: Jason <928090362@qq.com >
2022-12-07 19:31:54 +08:00
Jason
19213502ea
Update README.md
2022-12-07 11:13:05 +08:00
Jason
a7dd481cd4
Update README.md
2022-12-07 11:12:43 +08:00
Jack Zhou
714bba8b7a
Merge pull request #796 from joey12300/add_trt_backend_for_sd
...
[StableDiffusion] Add trt backend for sd model
2022-12-05 20:41:43 +08:00
zhoushunjie
1080d350b1
Add example for initial noise input
2022-12-05 10:19:44 +00:00
zhoushunjie
49559a8484
Fix cv:resize bug
2022-12-05 10:10:27 +00:00
zhoushunjie
fdea6f1454
Add configs
2022-12-05 09:32:49 +00:00
zhoushunjie
50dd3c3e85
Add trt cache file
2022-12-05 09:19:11 +00: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
Thomas Young
763da985f3
Update README.md ( #797 )
2022-12-05 16:39:18 +08:00
WJJ1995
c6d943b7f0
[Doc] Fixed quantize.md ( #795 )
...
* 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
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-05 16:38:48 +08:00
zhoushunjie
a88c6a6905
Add trt backend
2022-12-05 07:48:51 +00:00
WJJ1995
ea0bac4061
[Benchmark] Add GPU OpenVIVO Option in benchmark ( #786 )
...
* add paddle_trt in benchmark
* update benchmark in device
* update benchmark
* update result doc
* fixed for CI
* update python api_docs
* update index.rst
* add runtime cpp examples
* deal with comments
* Update infer_paddle_tensorrt.py
* Add runtime quick start
* deal with comments
* fixed reused_input_tensors&&reused_output_tensors
* fixed docs
* fixed headpose typo
* fixed typo
* refactor yolov5
* update model infer
* refactor pybind for yolov5
* rm origin yolov5
* fixed bugs
* rm cuda preprocess
* fixed bugs
* fixed bugs
* fixed bug
* fixed bug
* fix pybind
* rm useless code
* add convert_and_permute
* fixed bugs
* fixed im_info for bs_predict
* fixed bug
* add bs_predict for yolov5
* Add runtime test and batch eval
* deal with comments
* fixed bug
* update testcase
* fixed batch eval bug
* fixed preprocess bug
* refactor yolov7
* add yolov7 testcase
* rm resize_after_load and add is_scale_up
* fixed bug
* set multi_label true
* optimize rvm preprocess
* optimizer rvm postprocess
* fixed bug
* deal with comments
* fixed bugs
* add gpu ov for benchmark
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-05 10:51:13 +08:00