Commit Graph

2258 Commits

Author SHA1 Message Date
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
felixhjh
175c6b0f39 Add paddle serving README 2023-01-19 06:27:07 +00:00
felixhjh
7d145b5be3 Update paddleseg grpc client 2023-01-19 06:26:04 +00:00
leiqing
a609edc219 Update README.md 2023-01-19 13:20:15 +08:00
leiqing
50c37fc8b3 Update segmentation_result_CN.md 2023-01-19 13:17:50 +08:00
felixhjh
9d30be35a4 Update triton serving runtime config.pbtxt 2023-01-19 03:37:14 +00:00
felixhjh
03fd1aa5cf Add PaddleSeg triton serving client code 2023-01-18 13:25:00 +00:00
felixhjh
1a3d0f8621 Add PaddleSeg simple serving example 2023-01-18 13:23:50 +00:00
felixhjh
03cdc4cde3 PaddleSeg supports triton serving 2023-01-18 12:20:05 +00:00
huangjianhui
b016b762cf Update preprocessor.h 2023-01-18 16:40:07 +08:00
huangjianhui
c7fe83223b Merge branch 'PaddlePaddle:develop' into develop 2023-01-18 16:35:14 +08:00
leiqing
5c4ac9cce1 Update README.md 2023-01-18 16:27:47 +08:00
leiqing
386abcd820 Update README_CN.md 2023-01-18 16:04:57 +08:00
leiqing
8975d590f9 Update README_CN.md 2023-01-18 14:22:00 +08:00
leiqing
e04b907549 Update README_EN.md 2023-01-18 14:20:21 +08:00
leiqing
4ed4073d94 Update README_EN.md 2023-01-18 13:06:44 +08:00
leiqing
9071039c5d Update README_CN.md 2023-01-18 13:01:39 +08:00
Zheng-Bicheng
db5e90f285 [Model] Update PPOCR code style (#1160)
* 更新代码风格

* 更新代码风格

* 更新代码风格

* 更新代码风格
2023-01-17 19:51:06 +08:00
CoolCola
5f8d9d2626 [Doc] add yolov7face example readme file (#1075)
* fit yolov7face file path

* TODO:添加yolov7facePython接口Predict

* resolve yolov7face.py

* resolve yolov7face.py

* resolve yolov7face.py

* add yolov7face example readme file

* [Doc] fix yolov7face example readme file

* [Doc]fix yolov7face example readme file
2023-01-17 19:19:44 +08:00
Hu Chuqi
ac199654a1 [Doc] Update README in other languages (#1161)
* Update README_हिन्दी.md

* Update README_日本語.md

* Update README_한국인.md

* Update README_Pу́сский_язы́к.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
2023-01-17 16:32:16 +08:00
huangjianhui
6c4a08e416 [Other] PPOCR models support model clone function (#1072)
* Refactor PaddleSeg with preprocessor && postprocessor

* Fix bugs

* Delete redundancy code

* Modify by comments

* Refactor according to comments

* Add batch evaluation

* Add single test script

* Add ppliteseg single test script && fix eval(raise) error

* fix bug

* Fix evaluation segmentation.py batch predict

* Fix segmentation evaluation bug

* Fix evaluation segmentation bugs

* Update segmentation result docs

* Update old predict api and DisableNormalizeAndPermute

* Update resize segmentation label map with cv::INTER_NEAREST

* Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg

* Add multi thread demo

* Add python model clone function

* Add multi thread python && C++ example

* Fix bug

* Update python && cpp multi_thread examples

* Add cpp && python directory

* Add README.md for examples

* Delete redundant code

* Create README_CN.md

* Rename README_CN.md to README.md

* Update README.md

* Update README.md

* Update VERSION_NUMBER

* Update requirements.txt

* Update README.md

* update version in doc:

* [Serving]Update Dockerfile (#1037)

Update Dockerfile

* Add license notice for RVM onnx model file (#1060)

* [Model] Add GPL-3.0 license (#1065)

Add GPL-3.0 license

* PPOCR model support model clone

* Update README.md

* Update PPOCRv2 && PPOCRv3 clone code

* Update PPOCR python __init__

* Add multi thread ocr example code

* Update README.md

* Update README.md

* Update ResNet50_vd_infer multi process code

* Add PPOCR multi process && thread example

* Update README.md

* Update README.md

* Update multi-thread docs

Co-authored-by: Jason <jiangjiajun@baidu.com>
Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com>
Co-authored-by: heliqi <1101791222@qq.com>
Co-authored-by: WJJ1995 <wjjisloser@163.com>
2023-01-17 15:16:41 +08:00