Commit Graph

2178 Commits

Author SHA1 Message Date
yunyaoXYY
02f4f2a699 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into new_dev 2023-02-02 12:06:15 +00:00
yunyaoXYY
ea9a74cee3 Fix Paddle Lite Ascend Lib 2023-02-02 12:05:07 +00:00
Jason
3c5824c862 [Other] Refine Paddle Lite backend (#1202)
* Refine Paddle Lite backend

* fix error

* Fix compile error

* Fix build error

* modify cpu configure

* fix error

* Fix comment

* Fix error
2023-02-02 17:40:03 +08:00
yunyaoXYY
c6a2370e0e Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into new_dev 2023-02-02 08:47:38 +00:00
Jason
56e4e56abc Update build.yml 2023-02-02 16:37:52 +08:00
leiqing
912ed8a497 Update README_EN.md 2023-02-02 16:29:50 +08:00
leiqing
f6b1b6eb4c Update README_CN.md 2023-02-02 16:29:27 +08:00
Jason
947df2f512 Update build.yml 2023-02-02 16:22:40 +08:00
Jason
7efe2dc1f9 Update build.yml 2023-02-02 16:15:47 +08:00
Jason
50df4b02e9 Update build.yml 2023-02-02 16:15:23 +08:00
huangjianhui
ba6d75f526 Delete redundant code (#1222)
Update paddle_backend.cc

Delete redundant code

Co-authored-by: Jason <jiangjiajun@baidu.com>
2023-02-02 15:44:52 +08:00
Zheng-Bicheng
afa3b886f3 [Bug Fix] fixed labels setting of YOLOv5 (#1213)
修复自己训练的yolov5无法指定label个数的错误
2023-02-02 15:28:38 +08:00
yunyaoXYY
b9b115a588 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into huawei 2023-02-02 06:15:43 +00:00
Jason
a711f99c69 [Other] Optimize runtime module (#1211)
* modify ort option

* update code

* Unify backend
2023-02-02 13:10:40 +08:00
Jack Zhou
147cb2c32e [Model] Fix model format of uie (#1218)
Fix model format of uie
2023-02-02 10:34:27 +08:00
HinGwenWoong
126c1a222a [Improve Serving] Add OCR det bbox in output buffer which is very important for application (#1214)
* Add ocr det bbox output

* Add ocr det bbox output

* Add ocr det bbox output

* Add ocr det bbox output

* Add ocr det bbox

* Add ocr det bbox

* Add ocr det bbox

* Add ocr det bbox output
2023-02-02 09:57:52 +08:00
Zeref996
2f0b509004 refresh doc version release 1.0.3 (#1216) 2023-02-01 19:48:19 +08:00
Jason
b4e322af63 [Other] Optimize load model from memory function (#1205)
Optimize option for runtime
2023-02-01 15:50:38 +08:00
charl-u
29e93fa2dc [Doc]Check and modify broken links in documents (#1207)
* Update README_CN.md

之前的readme cn复制错了,导致存在死链

* Update README_CN.md

* Update README_CN.md

* Update README.md

* Update README.md

* Update README.md

* Update README_CN.md

* Update README_CN.md

* Update README.md

* Update README_CN.md

* Update README.md

* Update README_CN.md

* Update README.md

* Update RNN.md

* Update RNN_CN.md

* Update WebDemo.md

* Update WebDemo_CN.md

* Update install_rknn_toolkit2.md

* Update export.md

* Update use_cpp_sdk_on_android.md

* Update README.md

* Update README_Pу́сский_язы́к.md

* Update README_Pу́сский_язы́к.md

* Update README_Pу́сский_язы́к.md

* Update README_Pу́сский_язы́к.md

* Update README_हिन्दी.md

* Update README_日本語.md

* Update README_한국인.md

* Update README_日本語.md

* Update README_CN.md

* Update README_CN.md

* Update README.md

* Update README_CN.md

* Update README.md

* Update README.md

* Update README_CN.md

* Update README_CN.md

* Update README_CN.md

* Update README_CN.md
2023-02-01 15:49:23 +08:00
Jason
c36843d302 Update build.yml 2023-02-01 14:26:48 +08:00
Jason
e5f999b5a7 Update build.yml 2023-02-01 13:54:17 +08:00
Jason
e980abcd29 Create build.yml 2023-02-01 13:49:48 +08:00
huangjianhui
76df90afc3 [Other] FastDeploy TensorRT && ONNX backend support to load model form memory (#1130)
* Update all backends load model from buffer

* Delete redundant code

* Format code style

* Format code style

* Delete redundant code

* Delete redundant code

* Add some FDASSERTs

* Update load model form memory when cloning engine

* Update clone engine code

* Update set_model_buffer api parameters with char pointer

* Release memory buffer variables after finish init backends

* Fix conflict

* Fix bug
2023-02-01 11:36:09 +08:00
jiangjiajun
5b7728e898 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into develop 2023-02-01 03:24:00 +00:00
jiangjiajun
95a90159d3 Update ThirdPartyNotices.txt 2023-02-01 03:23:44 +00:00
Qianhe Chen
a2a307bbc7 [Bug Fix] Fix vad example preprocess (#1197)
fix preprocess stop sharing
2023-01-31 22:15:22 +08:00
Zeref996
1f1dfc6c75 fix serving/Dockerfile, unset http_proxy (#1199)
* fix serving/Dockerfile, unset http_proxy

* fix serving/Dockerfile 1, unset http_proxy
2023-01-31 17:49:53 +08:00
heliqi
1427d5d29a [Bug] Vision and text compile source file add .cu file on CMakeLists.txt (#1188)
* vision and text CMake add .cu file

* recover .cu file

* recover .cu file

* vision and text CMake add .cu file

* vision and text CMake add .cu file

* vision and text CMake add .cu file

* Update yolo_preprocess.cu
2023-01-31 11:39:12 +08:00
yunyaoXYY
b69e7a2b07 Merge branch 'develop' of github.com:yunyaoXYY/FastDeploy into new_dev 2023-01-31 03:04:51 +00:00
Jason
54ceb93670 [Other] Optimize runtime module (#1195)
* Optimize code

* optimize code

* fix bug
2023-01-31 10:11:16 +08:00
heliqi
c232ceca77 [Doc]Update README_CN.md (#1192)
* Update README_CN.md

* Update README_EN.md

* Update README_EN.md
2023-01-30 20:51:49 +08:00
DefTruth
2613e9c5d0 [Android] support fastdeploy build with static deps(60Mb->29~31Mb) (#1176)
* [Android] support fastdeploy build with static deps(70Mb->17~19Mb)

* [Android] support fastdeploy build with static deps(60Mb->29~30Mb)

* fixed ci

* fixed ci

* [staticlib] support fd android static lib

* [static] optimize bundle_static_library func

* [staticlib] add api_helpers.h -> staticlib headers

* [staticlib] add api_helpers.h -> staticlib headers

* [staticlib] add api_helpers.h -> staticlib headers

* [staticlib] Fixed Paddle Lite paddle_use_kernels.h to support fd armv7 static lib

* [staticlib] Add strip -> fd static lib target

* [staticlib] optimize bundle_static_library func

* [staticlib] add strip for fd static lib on  mac osx

* [staticlib] move api_helpers -> lite/option

* [staticlib] optimize bundle_static_library

* [staticlib] add Android limit
2023-01-30 19:39:56 +08:00
chenjian
595ca69251 [Doc] Add doc for vdl serving (#1110)
* add doc for vdl serving

* add doc for vdl serving

* add doc for vdl serving

* fix link

* fix link

* fix gif size

* fix gif size

* add english version

* fix links

* fix links

* update format

* update docs

* update docs

* update docs

* update docs

* update docs

* update docs

---------

Co-authored-by: heliqi <1101791222@qq.com>
2023-01-30 19:22:59 +08:00
chenjian
8c651f9508 [Serving] add fastdeployserver dockerfile for cuda11.2 (#1169)
* add fastdeployserver dockerfile for cuda11.2

* add docks

* update

---------

Co-authored-by: heliqi <1101791222@qq.com>
2023-01-30 15:31:20 +08:00
Hu Chuqi
84d41dcf91 [Doc] Update README in other languages (#1187)
* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_हिन्दी.md

* Update README_日本語.md

* Update README_日本語.md

* Update README_한국인.md

* Update README_Pу́сский_язы́к.md

* Update README_Pу́сский_язы́к.md

* Update README_Pу́сский_язы́к.md

* Update README_한국인.md

* Update README_日本語.md

* Update README_हिन्दी.md
2023-01-30 14:25:47 +08:00
Jason
774e4d26fd [Bug] Fix compile problem (#1186)
Fix compile problem
2023-01-30 14:25:01 +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
huangjianhui
294607fc4a [Serving] PaddleSeg add triton serving && simple serving example (#1171)
* 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

* Update preprocessor.h

* PaddleSeg supports triton serving

* Add PaddleSeg simple serving example

* Add PaddleSeg triton serving client code

* Update triton serving runtime config.pbtxt

* Update paddleseg grpc client

* Add paddle serving README
2023-01-30 09:34:38 +08:00
Wang Xinyu
62e051e21d [CVCUDA] CMake integration, vison processor CV-CUDA integration, PaddleClas support CV-CUDA (#1074)
* cvcuda resize

* cvcuda center crop

* cvcuda resize

* add a fdtensor in fdmat

* get cv mat and get tensor support gpu

* paddleclas cvcuda preprocessor

* fix compile err

* fix windows compile error

* rename reused to cached

* address comment

* remove debug code

* add comment

* add manager run

* use cuda and cuda used

* use cv cuda doc

* address comment

---------

Co-authored-by: Jason <jiangjiajun@baidu.com>
2023-01-30 09:33:49 +08:00
huangjianhui
4786e1c1af Merge branch 'develop' into develop 2023-01-29 20:31:33 +08:00
leiqing
0c735e9c0b Update README_日本語.md 2023-01-29 20:14:50 +08:00
leiqing
900236e12b Update README_日本語.md 2023-01-29 20:10:19 +08:00
leiqing
950844d73b Update README_日本語.md 2023-01-29 20:09:19 +08:00
Wang Xinyu
17cae379c8 [Streamer] Build without deepstream, add CPU decoder (#1178)
build without deepstream
2023-01-28 21:55:12 +08:00
charl-u
2e8632ce37 [Doc]Update README_EN.md (#1173)
* 第一次提交

* 补充一处漏翻译

* 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

* update some english version of documents in examples

* Add english version of documents in examples/visions

* Sync to current branch

* Add english version of documents in examples

* Add english version of documents in examples

* Add english version of documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* update README

* update Readme.md

* update Readme.md

* update Readme_en.md

* update Readme_en.md

* Update README_EN.md

* Update README_CN.md

* Update README_EN.md

* Delete README_new.md

* Update README_EN.md

* Update README.md

* Update rknpu2.md

* Update README.md

* Update README.md

* Create README_CN.md

* Update README.md

* Update README_CN.md

* Update README.md

* Update README_EN.md

---------

Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com>
2023-01-28 19:01:01 +08:00
leiqing
c6cbe9e8b7 Update README_CN.md 2023-01-28 11:19:49 +08:00
leiqing
bef5c131c5 Update README_EN.md 2023-01-28 11:17:35 +08:00
Qianhe Chen
09d8e0f19a [Bug Fix] Remove redundant include (#1175)
remove redundant include
2023-01-20 20:44:59 +08:00
DefTruth
33f938bd7e [Ascend] Support PaddleYOLOv8 on Ascend (#1170)
Update ascend.cmake
2023-01-19 14:46:37 +08:00
huangjianhui
15d32318ff Merge branch 'develop' into develop 2023-01-19 14:30:16 +08:00