Commit Graph

2258 Commits

Author SHA1 Message Date
huangjianhui
e8b55ab3c6 Merge branch 'develop' into encrypt_model 2023-02-10 13:03:40 +08:00
huangjianhui
9a299cd593 Merge branch 'develop' into doc 2023-02-10 12:57:04 +08:00
DefTruth
b732e4c711 [Bug Fix] Add bundle script for text api only pkg (#1295)
[Android] Add bundle script for text api only pkg
2023-02-10 12:00:43 +08:00
felixhjh
5160771a1c Update runtime_option.h 2023-02-10 03:24:45 +00:00
DefTruth
ce424c313e [XPU] Add XPU option for benchmark example (#1287)
* [XPU] Add xpu option for benchmark example

* [XPU] Add fp16 flags
2023-02-10 11:24:40 +08:00
Jack Zhou
1476f15d80 Merge pull request #1283 from wwbitejotunn/ppinfer_trt_bugfix
[Bug Fix] Paddle backend bug when tensorrt enable
2023-02-09 23:34:52 +08:00
felixhjh
942cee83d7 Add decrypt function to load encrypted model 2023-02-09 14:04:10 +00:00
wwbitejotunn
898b063216 get cache dir 2023-02-09 20:56:55 +08:00
wwbitejotunn
c2e5f6317e fix paddle backend 2023-02-09 20:56:55 +08:00
wwbitejotunn
59c5fedc36 set stream by raw size_t 2023-02-09 12:53:08 +00:00
yeliang2258
4742f97819 [Bug Fix] Fix KunlunXin valid_places (#1285)
fix KunlunXin valid_places
2023-02-09 20:39:44 +08:00
leiqing
ea46586953 Update README_CN.md 2023-02-09 19:55:06 +08:00
huangjianhui
05be955187 Merge branch 'PaddlePaddle:develop' into develop 2023-02-09 16:42:36 +08:00
huangjianhui
99ca3dd3cf Merge branch 'develop' into doc 2023-02-09 15:48:11 +08:00
felixhjh
8d1adceb89 Merge branch 'felixhjh-doc' into HEAD 2023-02-09 07:44:52 +00:00
felixhjh
b405cc3a2c Update ppmatting directory 2023-02-09 07:38:11 +00:00
wwbitejotunn
4b293a89de fix paddle backend 2023-02-09 05:51:30 +00:00
DefTruth
ab5377b5fa [Benchmark] Add PaddleYOLOv8 cpp benchmark example & lite flags option (#1270)
* [Android] Add PaddleYOLOv8 cpp benchmark example & lite flags option

* [Benchmark] add linux x86_64 gpu benchmark build script
2023-02-09 11:58:07 +08:00
felixhjh
b1dc8c0989 Create README.md in ppmatting directory 2023-02-09 03:56:36 +00:00
felixhjh
9574d301c8 Add ppmatting soft link 2023-02-09 03:27:48 +00:00
felixhjh
0414f0fd73 Update doc 2023-02-09 02:43:38 +00:00
chenjian
3eb571a047 [C API] Add c api to fastdeploy (#1217)
* add c api to test ppclas model

* fix

* add ppdet

* refactor c api code

* remove local test make

* fix a bug

* fix according to review

* format file

* format file

* format file

* add types_internal.cc

---------

Co-authored-by: heliqi <1101791222@qq.com>
2023-02-09 10:19:40 +08:00
Jason
b8afb0d040 [Other] Move comments for deprecated functions (#1275)
Move comments for deprecated functions
2023-02-09 10:04:18 +08:00
yeliang2258
ef852579a9 [Bug Fix] Fix bugs in acc eval (#1276)
fix bugs in acc eval
2023-02-09 10:04:04 +08:00
Zheng-Bicheng
ad63c2707a [Doc]Update RKNPU2 docs (#1266)
更新docs
2023-02-09 01:56:30 +00:00
felixhjh
09929d9d28 Update docs 2023-02-08 17:08:33 +00:00
felixhjh
c47a1c81aa Update soft link 2023-02-08 16:50:08 +00:00
huangjianhui
14352eacdf Update README.md 2023-02-09 00:38:38 +08:00
huangjianhui
b6b8835739 Update README.md 2023-02-09 00:36:54 +08:00
huangjianhui
eb1992d1a6 Update ppmatting 2023-02-09 00:36:05 +08:00
felixhjh
ff3e806328 Update docs 2023-02-08 16:34:51 +00:00
felixhjh
844d80ecae Update docs 2023-02-08 16:33:12 +00:00
Jack Zhou
fe6cbfdb65 [Doc] Update android doc (#1274)
* update doc

* Remove text only java sdk

* update doc
2023-02-08 21:34:51 +08:00
Jason
0fb2f26352 [Other] Optimize sophgo backend (#1273)
optimize sophgo backend
2023-02-08 19:50:37 +08:00
CoolCola
79d0ee07c9 [DOC]Renew how to develop a new model file (#1204)
* renew develop_a_new_model

* renew doc

* update readme file

* fix review problem

* fix review problem

---------

Co-authored-by: WJJ1995 <wjjisloser@163.com>
2023-02-08 19:46:58 +08:00
yunyaoXYY
bd5630581e [Other] Improve Paddle Lite Ascend lib (#1226)
* 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

* 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

* Improve PPOCR comments

* 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

* Add English doc for quantization

* Improve Ascend

* Improve Ascend

* Move ascend python demo

* Imporve ascend

* Fix PPOCR rec model bug

* Improve ascend

* Improve ascend

* Improve ascend

* Improve ascend

* Add  new paddleseg quantization support

* Add  new paddleseg quantization support

* Add  new paddleseg quantization support

* Add  new paddleseg quantization support

* Imporve ascend

* Imporve ascend

* Improve ascend

* acc eval script

* acc eval

* remove acc_eval from branch huawei

* Add detection and segmentation examples for Ascend deployment

* Add detection and segmentation examples for Ascend deployment

* Add Ascend model list

* Add ascend model list

* Add ascend model list

* Add ascend model list

* Add ascend model list

* Add ascend model list

* Add ascend model list

* Add PPOCR example for ascend deploy

* Imporve paddle lite compiliation

* Add FlyCV doc

* Add FlyCV doc

* Add FlyCV doc

* Imporve Ascend docs

* Imporve Ascend docs

* Improve PPOCR example

* Support Ascend deployment on X86 platform

* Improve Ascend docs

* Improve ascend

* Improve ascend

* Change Paddle Lite Ascend URL

* fix ascend docs

* fix ascend docs

* Fix Paddle Lite Ascend Lib

* Imporve compile of Ascend

* Imporve compile of Ascend

* fix paddle lite compile
2023-02-08 19:46:39 +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
8e2b0c1502 [Doc]Update RKNPU2 docs (#1266)
更新docs
2023-02-08 19:45:24 +08:00
Jason
a4b0565b9a [Other] Optimize paddle backend (#1265)
* Optimize paddle backend

* optimize paddle backend

* add version support
2023-02-08 19:12:03 +08:00
Jack Zhou
60ba4b06c1 Merge pull request #1264 from joey12300/add_android_with_text_only
[Android] Add script building android package with text only
2023-02-08 18:59:46 +08:00
Jason
77c5590864 Update use_sdk_on_windows.md 2023-02-08 18:00:54 +08:00
Jason
a1427c430f Update use_sdk_on_windows.md 2023-02-08 17:58:24 +08:00
jiangjiajun
4842d5d5a3 update docs 2023-02-08 09:57:08 +00:00
zhoushunjie
c0cbbfc68a Add fast_tokenizer-lite dependency 2023-02-08 09:29:40 +00:00
zhoushunjie
396a291bc2 update cmake 2023-02-08 09:14:45 +00:00
zhoushunjie
77da47ec8a Add fastdeploy Android doc 2023-02-08 08:52:12 +00:00
zhoushunjie
f8903222bf Add build_android_cpp_with_text_api_only 2023-02-08 08:31:35 +00:00
WJJ1995
66f059b65b [Benchmark] Benchmark cpp for YOLOv5 (#1260)
* 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

---------

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2023-02-08 15:49:28 +08:00
huangjianhui
fa551282a2 Update README_CN.md 2023-02-08 15:01:05 +08:00
huangjianhui
aef99f9b27 Update README_CN.md 2023-02-08 14:33:10 +08:00