Commit Graph

1434 Commits

Author SHA1 Message Date
yeliang2258
d8bbc8c8c4 [Doc] Add KunlunXin XPU supported models (#868)
* add xpu supported models

* update cn doc

* update EN and CN doc
2022-12-14 10:23:44 +08:00
WJJ1995
de72162af9 [Serving] Fixed preprocess&&postprocess in YOLOv5 Serving (#874)
* add onnx_ort_runtime demo

* rm in requirements

* support batch eval

* fixed MattingResults bug

* move assignment for DetectionResult

* integrated x2paddle

* add model convert readme

* update readme

* re-lint

* add processor api

* Add MattingResult Free

* change valid_cpu_backends order

* add ppocr benchmark

* mv bs from 64 to 32

* fixed quantize.md

* fixed quantize bugs

* Add Monitor for benchmark

* update mem monitor

* Set trt_max_batch_size default 1

* fixed ocr benchmark bug

* support yolov5 in serving

* Fixed yolov5 serving

* Fixed postprocess

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-14 10:14:29 +08:00
yunyaoXYY
f601d076e4 [Other] Improve some PPOCR API comments. (#875)
* 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
2022-12-14 10:08:31 +08:00
Jason
cab0e5f9cb Update README.md 2022-12-13 21:56:25 +08:00
Jason
92484bdbf2 Update README_CN.md 2022-12-13 20:29:28 +08:00
Jason
760b79d31b Update README_CN.md 2022-12-13 20:17:59 +08:00
leiqing
0a13cbf2fc Update README_CN.md 2022-12-13 17:16:06 +08:00
leiqing
c64b24e4f2 Update README_EN.md 2022-12-13 17:15:20 +08:00
leiqing
d6d7df4472 Update README_EN.md 2022-12-13 17:14:27 +08:00
leiqing
8610a00b2b Update README_CN.md 2022-12-13 16:42:01 +08:00
leiqing
a710792e98 Update README_EN.md 2022-12-13 16:40:18 +08:00
leiqing
4f4f72fa18 Add files via upload 2022-12-13 16:38:12 +08:00
leiqing
7ba823e1e7 Create README_日本語.md 2022-12-13 16:37:36 +08:00
huangjianhui
9937b6c325 [Other] Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg (#791)
* 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

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-13 15:19:47 +08:00
yeliang2258
6a1a3d001f [Backend] A311D support (#825)
* add A311D support

* update code

* update toolchain

* update opencv_armhf lib

* update libs

* update code

* add install script

* update bos link

* update toolchain
2022-12-13 11:53:36 +08:00
Jason
f6e8fe7427 Update README.md 2022-12-13 11:24:17 +08:00
Jason
7a1922b88f Update jetson.md 2022-12-13 10:57:34 +08:00
DefTruth
51a992ca90 [Doc] Update download_prebuilt_libraries.md (linux aarch64 1.0.1) (#867)
Update download_prebuilt_libraries.md
2022-12-13 10:54:51 +08:00
Jason
534d5b8c8b [Turorials] Add tutorials for intel gpu (#860)
* Add tutorials for intel gpu

* fix gflags dependency

* Update README_CN.md

* Update README.md

* Update README.md
2022-12-13 10:21:56 +08:00
yunyaoXYY
5fc6cf30df [Quantization] Add new PaddleClas models quantization support. (#864)
* 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
2022-12-13 10:21:44 +08:00
WJJ1995
7415552cb2 [Benchmark] Fixed benchmark_ppocr.py (#859)
* add onnx_ort_runtime demo

* rm in requirements

* support batch eval

* fixed MattingResults bug

* move assignment for DetectionResult

* integrated x2paddle

* add model convert readme

* update readme

* re-lint

* add processor api

* Add MattingResult Free

* change valid_cpu_backends order

* add ppocr benchmark

* mv bs from 64 to 32

* fixed quantize.md

* fixed quantize bugs

* Add Monitor for benchmark

* update mem monitor

* Set trt_max_batch_size default 1

* fixed ocr benchmark bug

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-12 18:34:52 +08:00
Zheng_Bicheng
188dcedc02 [RKNN2] Fix bugs (#851)
* 修复picodet格式

* * 修正错误文档
* 修复rknpu2 backend后端的部分错误
* 更新pphumanseg example格式

* * 更新pphumanseg example格式

* * 更新picodet example格式

* * 更新scrfd example格式

* * 更新ppseg rknpu2 python example中的错误

* * 修复代码格式问题

* * 修复代码格式问题

* * 修复代码格式问题

* * 修复代码格式问题

* * 修复代码格式问题

* * 修复代码格式问题

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-12 15:37:31 +08:00
Jason
af4c28d4ae Update 报告issue.md 2022-12-12 10:26:35 +08:00
Jason
6380aec3a6 Update 报告issue.md 2022-12-12 10:24:34 +08:00
DefTruth
5b54bcfb48 [ARM] fix VisSegmentation background error with bit ops (#852)
* [NEON] fix visseg background error with bit ops

* [Bug Fix] fix build_android_aar.sh ci scripts

* [Bug Fix] fix VisSegmentationCommonCpu
2022-12-12 09:54:08 +08:00
huangjianhui
19008a2397 [Other]Update im.copy() to im in examples (#854)
* Update keypointdetection result docs

* Update im.copy() to im in examples
2022-12-12 09:47:54 +08:00
DefTruth
99165f2149 [Bug Fix] fix win examples build error (#855)
* Update CMakeLists.txt

* Update infer_rkyolo.cc
2022-12-12 09:46:55 +08:00
WJJ1995
8e13a38bf5 [Backend] Modify trt_max_batch_size the default value to 1 (#817)
* add onnx_ort_runtime demo

* rm in requirements

* support batch eval

* fixed MattingResults bug

* move assignment for DetectionResult

* integrated x2paddle

* add model convert readme

* update readme

* re-lint

* add processor api

* Add MattingResult Free

* change valid_cpu_backends order

* add ppocr benchmark

* mv bs from 64 to 32

* fixed quantize.md

* fixed quantize bugs

* Add Monitor for benchmark

* update mem monitor

* Set trt_max_batch_size default 1

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-11 14:16:37 +08:00
yunyaoXYY
29f034cf93 [Quantization] Update auto compression configs files. (#846)
* Fix links in readme

* Fix links in readme

* Update PPOCRv2/v3 examples

* Update auto compression configs
2022-12-11 14:16:13 +08:00
Winter
e877f0fd07 [Android] add VoiceAssistant app example (#834)
* [Android]add VoiceAssistant.

* Create VoiceAssistantDemo

* Update and rename VoiceAssistantDemo to VoiceAssistantDemo.md

* Update VoiceAssistantDemo.md

* Delete VoiceAssistantDemo.md

* [Android]1.delete about core folder.
2.build and configure bdasr_V3_20210628_cfe8c44.aar file.

* change app/build.gradle etc.

* Update build.gradle

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2022-12-11 12:57:59 +08:00
Zheng_Bicheng
c7dc7d5eee Add RKYOLOv5 RKYOLOX RKYOLOV7 (#709)
* 更正代码格式

* 更正代码格式

* 修复语法错误

* fix rk error

* update

* update

* update

* update

* update

* update

* update

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-10 15:44:00 +08:00
Jason
6f5521e63e Update jetson.md 2022-12-09 17:53:04 +08:00
Jason
924d0e0e7b Update jetson.md 2022-12-09 17:52:08 +08:00
Jason
035e51e6a4 Update jetson.md 2022-12-09 17:48:28 +08:00
DefTruth
24327044e9 [cmake] Update paddlelite.cmake (#845)
Update paddlelite.cmake
2022-12-09 17:40:57 +08:00
Jason
ee14409005 Update gpu.md 2022-12-09 16:00:09 +08:00
Jason
54a8fe0e88 Update cpu.md 2022-12-09 15:59:16 +08:00
DefTruth
195132a1c7 [Android] Update Android build scripts & app download tasks (#835)
* [Android] Add ERNIE3.0 intent and slot task jni support

* [Bug Fix] fix app sdk download tasks

* [Bug Fix] fix app sdk download tasks

* [JNI] remove empty .cc files

* [Android] Update Android build scripts
2022-12-09 15:53:26 +08:00
Jason
4ccec075a1 Update gpu.md 2022-12-09 14:29:44 +08:00
Jason
b19fe6a965 Update cpu.md 2022-12-09 14:28:00 +08:00
shentanyue
3c05c74513 [Paddle Lite] Support stable-diffusion model (#830)
* support stable-diffusion model for paddlelite

* update code
2022-12-09 13:20:33 +08:00
Jason
b0988bf423 [Compile] Support custom paddle inference (#839)
* Support custom paddle inference

* update setup.py
2022-12-09 11:41:19 +08:00
Zeref996
788ca79e5f Fix doc version (#841)
* Change FastDeploy Doc Version from 1.0.0 to 1.0.1

* fix android doc version

* fix android doc version 1
2022-12-09 10:50:37 +08:00
chenjian
f3c5d4ad76 [Doc] add fastdeploy client doc (#803)
* add fastdeploy client doc

* update doc
2022-12-09 10:04:38 +08:00
MistEO
22325d23ed [Other] Add const modifier to some OCR interface parameters (#836)
* [Other] Add const modifier to some OCR interface parameters

* [Other] Add a Predict interface to PPOCR with const parameters

For interface compatibility, I chose to add rather than modify
2022-12-09 09:20:55 +08:00
yunyaoXYY
d19510fe77 [Other] Update PP-OCRv2/v3 example. (#838)
* Fix links in readme

* Fix links in readme

* Update PPOCRv2/v3 examples
2022-12-08 23:32:14 +08:00
yunyaoXYY
b3bc76e536 [Doc] Fix links in quantization readme. (#831)
* Fix links in readme

* Fix links in readme
2022-12-08 15:38:28 +08:00
Winter
7112b08dc4 [Doc] Update OCR README & some dead links (#829)
[Android] 1.change OCR README message.
2.modify README links.
2022-12-08 10:48:38 +08:00
Jack Zhou
647d6117f5 [Backend] Return paddle inference back to dev3 version (#824)
back_to_dev3
2022-12-07 21:18:20 +08:00
yunyaoXYY
07833b7d79 [Bug Fix] Fix SortBoxes function for PPOCR det model (#814)
* Imporve OCR Readme

* Improve OCR Readme

* Improve OCR Readme

* Improve OCR Readme

* Improve OCR Readme

* Add Initialize function to PP-OCR

* Add Initialize function to PP-OCR

* Add Initialize function to PP-OCR

* Make all the model links come from PaddleOCR

* Improve OCR readme

* Improve OCR readme

* Improve OCR readme

* Improve OCR readme

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add Readme for vision results

* Add check for label file in postprocess of Rec model

* Add check for label file in postprocess of Rec model

* Add check for label file in postprocess of Rec model

* Add check for label file in postprocess of Rec model

* Add check for label file in postprocess of Rec model

* Add check for label file in postprocess of Rec model

* Add comments to create API docs

* Improve OCR comments

* Rename OCR and add comments

* Make sure previous python example works

* Make sure previous python example works

* Fix Rec model bug

* Fix Rec model bug

* Fix rec model bug

* Add SetTrtMaxBatchSize function for TensorRT

* Add SetTrtMaxBatchSize Pybind

* Add set_trt_max_batch_size python function

* Set TRT dynamic shape in PPOCR examples

* Set TRT dynamic shape in PPOCR examples

* Set TRT dynamic shape in PPOCR examples

* Fix PPOCRv2 python example

* Fix PPOCR dynamic input shape bug

* Remove useless code

* Fix PPOCR bug

* Remove useless comments  in PaddleSeg example

* Fix quantize docs readme

* Fix PP-OCRv2 readme

* Modify dynamic shape in PP-OCRv2 example

* Modify TRT dynamic shape for PP-OCRv2

* Fix sort box for det model

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-12-07 21:17:53 +08:00