Commit Graph

2258 Commits

Author SHA1 Message Date
yunyaoXYY
58d63f3e90 [Other] Add detection, segmentation and OCR examples for Ascend deploy. (#983)
* 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

* 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 PPOCR example for ascend deploy

* Imporve paddle lite compiliation

* Add FlyCV doc

* Add FlyCV doc

* Add FlyCV doc

* Imporve Ascend docs

* Imporve Ascend docs
2023-01-04 10:01:23 +08:00
leiqing
2cfd331889 Update README_CN.md 2023-01-04 09:59:34 +08:00
yunyaoXYY
12359dde3d Imporve Ascend docs 2023-01-03 12:08:12 +00:00
yunyaoXYY
e045d19936 Imporve Ascend docs 2023-01-03 12:01:36 +00: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
yunyaoXYY
e0a669a2e0 Add FlyCV doc 2023-01-03 08:33:52 +00:00
yunyaoXYY
945357e83f Add FlyCV doc 2023-01-03 08:32:45 +00:00
yunyaoXYY
dae28b109a Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-01-03 08:25:59 +00:00
yunyaoXYY
dc13433bc0 Add FlyCV doc 2023-01-03 08:25:46 +00:00
Thomas Young
ab49b41080 add encryption (#1002)
* add encryption

* add doc

* add doc

* fix bug
2023-01-03 15:57:03 +08:00
heliqi
11ce2f42a7 [Serving]Update ppyoloe_runtime_config.pbtxt name (#1029)
Update ppyoloe_runtime_config.pbtxt
2023-01-03 13:17:38 +08:00
chenjian
87bcb5df21 [Model] add style transfer model (#922)
* add style transfer model

* add examples for generation model

* add unit test

* add speed comparison

* add speed comparison

* add variable for constant

* add preprocessor and postprocessor

* add preprocessor and postprocessor

* fix

* fix according to review

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2023-01-03 10:47:08 +08:00
yunyaoXYY
f054d92108 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-01-03 02:46:38 +00:00
charl-u
f72846c717 [Doc]Revise one wording (#1028)
* 第一次提交

* 补充一处漏翻译

* deleted:    docs/en/quantize.md

* Update one translation

* Update en version

* Update one translation in code

* Standardize one writing

* Standardize one writing

* Update some en version

* Fix a grammer problem

* Update en version for api/vision result

* Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop

* Checkout the link in README in vision_results/ to the en documents

* Modify a title

* Add link to serving/docs/

* Finish translation of demo.md

* Update english version of serving/docs/

* Update title of readme

* Update some links

* Modify a title

* Update some links

* Update en version of java android README

* Modify some titles

* Modify some titles

* Modify some titles

* modify article to document
2023-01-03 10:01:10 +08:00
chenjian
42f2e8d22b [Other] Add a interface to get all pretrained models available from hub model server (#1022)
add get model list
2023-01-03 09:45:42 +08:00
Zeref996
971cc051f4 fresh doc version release/1.0.2 (#1023)
fresh doc version
2023-01-03 09:37:53 +08:00
leiqing
c41e71b133 Update README.md 2023-01-03 08:09:13 +08:00
yunyaoXYY
42da685d7e Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2022-12-30 10:25:11 +00:00
yunyaoXYY
ac07fe9e2c Imporve paddle lite compiliation 2022-12-30 10:24:51 +00:00
heliqi
6310ddc8d6 [Serving]update np.object to np.object_ (#1021)
np.object to np.object_
2022-12-30 16:43:47 +08:00
leiqing
665f2e549a Update README.md 2022-12-30 16:10:31 +08:00
Jason
f038268c79 [Bug Fix] Fix build with Paddle Inference on Jetson (#1019)
Fix build with Paddle Inference on Jetson
2022-12-30 15:06:13 +08:00
heliqi
01b67856a6 [Serving]update ocr model.py from np.object to np.object_ (#1017)
* [Serving]update ocr model.py from np.object to np.object_

* Update model.py
2022-12-30 12:00:07 +08:00
Wang Xinyu
f23c6c03af [Other] Remove TRT static libs in package (#1011)
* remove duplicated and useless libs

* use os system to run ldd

* remove filter libs by ldd
2022-12-30 11:58:56 +08:00
yeliang2258
0c09989839 [Other]Update Paddle Lite for RV1126 (#1013)
update lite link
2022-12-30 10:54:39 +08:00
Jack Zhou
a10e6f55aa Merge pull request #493 from joey12300/add_uie_benchmark
[Benchmark] Add uie benchmark
2022-12-29 23:12:41 +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
Zheng-Bicheng
dd5759bd99 [Model] Update PPSeg Preprocess (#1007)
* 更新PPSeg pybind and python

* 更新PPSeg pybind and python
2022-12-29 21:14:39 +08:00
zhoushunjie
cefdadf5e2 Update backend name 2022-12-29 11:09:26 +00:00
zhoushunjie
34aebb1de3 Fix cpu_num_thread->cpu_num_threads 2022-12-29 10:53:25 +00:00
zhoushunjie
51e346ea09 Update uie benchmark output 2022-12-29 10:29:32 +00:00
yunyaoXYY
13fe6c8b1f Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2022-12-29 09:22:26 +00:00
zhoushunjie
4f7233c11f update uie benchmark 2022-12-29 08:26:32 +00:00
zhoushunjie
2ac94e91be fix trt dy shape 2022-12-29 08:26:32 +00:00
zhoushunjie
3017ec487c Add uie benchmark 2022-12-29 08:26:32 +00:00
Jack Zhou
9795a5287d [Backend] Update paddle inference version (#990)
2.4-dev3 -> 2.4-dev4
2022-12-29 15:50:45 +08:00
Jason
d58e352e70 Update use_sdk_on_linux.md 2022-12-29 14:42:34 +08:00
Jason
51d81f6b43 Update requirements.txt 2022-12-29 14:23:19 +08:00
Zheng-Bicheng
0401580264 [Bug Fix] Fixed Ppclas Bugs (#1009)
* 更新ppclas

* 更新ppclas

* 更新ppclas

* 更新ppclas
2022-12-29 14:13:55 +08:00
yunyaoXYY
52d410382d Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2022-12-28 15:23:41 +00:00
heliqi
ab0929662b [Runtime]FDTensor pybind add from_dlpack interface (#1001)
add from_dlpack
2022-12-28 21:58:32 +08:00
yunyaoXYY
3ed19b1f03 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2022-12-28 12:57:13 +00:00
yunyaoXYY
b6903b0aa4 Add PPOCR example for ascend deploy 2022-12-28 12:56:53 +00:00
leiqing
02e2a5365b Update README_CN.md 2022-12-28 19:55:01 +08:00
yunyaoXYY
80b907bb19 [Doc] Update Readme (#1000)
* 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 English doc for quantization

* Fix PPOCR rec model bug

* Add  new paddleseg quantization support

* Add  new paddleseg quantization support

* Add  new paddleseg quantization support

* Add  new paddleseg quantization support

* 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

* Update README_CN.md

Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com>
2022-12-28 19:53:18 +08:00
yunyaoXYY
d256bd75d1 Add ascend model list 2022-12-28 11:44:47 +00:00
yunyaoXYY
1f6b9eff71 Add ascend model list 2022-12-28 11:42:03 +00:00
yunyaoXYY
785bd7de4e Add ascend model list 2022-12-28 11:40:26 +00:00
yunyaoXYY
ab9dc22640 Add ascend model list 2022-12-28 11:22:39 +00:00
yunyaoXYY
22d9fcee90 Add ascend model list 2022-12-28 11:19:27 +00:00