Commit Graph

2178 Commits

Author SHA1 Message Date
Jason
2eaf615198 Update README.md 2023-01-05 10:11:07 +08:00
Zeref996
cb7e10277e Fix serving/scripts build.sh (#1053)
* fix serving/scripts build.sh

* Update build.sh

support:
```
bash build.sh --docker_name=test
```

* Update build.sh

Co-authored-by: heliqi <1101791222@qq.com>
2023-01-04 17:42:51 +08:00
yunyaoXYY
eb0c8750f0 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-01-04 09:34:51 +00:00
Jason
78a8c9afda [Other] Finetune sophgo module (#1054)
refine sophgo code
2023-01-04 16:18:54 +08:00
yunyaoXYY
d49160252b [Other] Improve examples and readme for Ascend deployment (#1052)
* 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

* Improve PPOCR example
2023-01-04 16:18:38 +08:00
yunyaoXYY
5f2f1d1665 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-01-04 08:05:59 +00:00
yunyaoXYY
07ad7216f6 [Other] Add accuracy evaluation scripts (#1034)
* add accuracy scripts

* add accuracy scripts

* Add FlyCV doc

* fix conflict

* fix conflict

* fix conflict
2023-01-04 15:54:03 +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
yunyaoXYY
87f442a178 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-01-04 07:36:48 +00:00
yunyaoXYY
584916b23d Improve PPOCR example 2023-01-04 07:35:51 +00:00
Jason
0c292c0766 [Other] Seperate option from backends (#1048)
* Seperate option from backends

* Seperate option from backends

* Seperate option from backends

* Seperate option from backends
2023-01-04 15:06:55 +08:00
heliqi
97a0a9e33f [Serving]Update Dockerfile (#1049)
Update Dockerfile
2023-01-04 14:48:29 +08:00
yunyaoXYY
0aab332284 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-01-04 06:26:32 +00:00
CoolCola
3734639226 Yolov7Face add predict's python Interface (#1039)
* fit yolov7face file path

* TODO:添加yolov7facePython接口Predict

* resolve yolov7face.py

* resolve yolov7face.py
2023-01-04 13:25:34 +08:00
yunyaoXYY
bf0299613c fix conflict 2023-01-04 03:23:18 +00:00
Jason
406db67a15 Update README.md 2023-01-04 11:17:51 +08:00
Jason
9f4f46be0b update README.md 2023-01-04 11:17:09 +08:00
Jason
af2ceff857 [Compile] Support build on jetson without python (#1045)
support jetson build
2023-01-04 10:53:12 +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
yeliang2258
96ca92ce34 [Doc] Update YOLOv5 doc for TIMVX NPU (#1041)
* update yolov5 doc for TIMVX

* update doc

* update doc

* update doc
2023-01-04 10:32:15 +08:00
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