Commit Graph

1237 Commits

Author SHA1 Message Date
leiqing
0cc1fe0910 Create README_EN.md 2022-09-19 14:48:32 +08:00
leiqing
82e21f587e Update README_EN.md 2022-09-19 14:40:08 +08:00
leiqing
4c0e584d10 Update README.md 2022-09-19 14:39:25 +08:00
leiqing
e2f731fccc Create README_EN.md 2022-09-19 14:37:12 +08:00
leiqing
377659440c Update README_EN.md 2022-09-19 07:33:43 +08:00
leiqing
eaa8b05629 Update README_CN.md 2022-09-19 07:33:05 +08:00
leiqing
37cba3ff69 Update README_CN.md 2022-09-19 07:32:39 +08:00
Jason
79c3dcc241 Update version number in all documents (#251)
update version
2022-09-17 22:33:59 +08:00
DefTruth
5e8429f376 Update CPP_prebuilt_libraries.md (#250) 2022-09-17 22:23:13 +08:00
Jason
4ddb899e42 Update README_CN.md 2022-09-17 20:40:00 +08:00
Jason
52adc4880d Update README_EN.md 2022-09-17 20:39:08 +08:00
DefTruth
6ff4f99672 [cmake] update ppdet examples CMakeLists.txt (#249)
[cmake] update ppdet examples CMakeLists.txt
2022-09-17 20:25:08 +08:00
leiqing
32742f5c84 Delete README.md 2022-09-17 19:28:48 +08:00
leiqing
b8b257be8f Create function.md 2022-09-17 19:28:30 +08:00
DefTruth
1ec8a0cb31 [docs] update runtime usage.md (#245) 2022-09-16 19:21:56 +08:00
Jason
c6f615e371 Add doc shows how to change inference backend (#244)
* Add doc shows how to change inference backend

* Update README.md
2022-09-16 19:06:43 +08:00
Jason
5046574b95 Fix bug for part of detection model (#243)
* fix error for part of detection model

* fix error for part of detection model

* add patch paddle inference
2022-09-16 16:31:34 +08:00
WJJ1995
4d2fbcb030 Add Benchmark readme (#236)
* add ppcls benchmark

* add ppcls benchmark

* add ppcls benchmark

* add ppcls benchmark

* fixed txt path

* resolve conflict

* resolve conflict

* deal with comments

* Add enable_trt_fp16 option

* Add OV backend for seg and det

* fixed valid backends in ppdet

* fixed valid backends in yolo

* add copyright and rm Chinese Notes

* add ppdet&ppseg&yolo benchmark

* add cpu/gpu mem info

* Add benchmark readme

* fixed bug

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-09-15 21:36:10 +08:00
Jason
e9fb6141cf Update setup.py 2022-09-15 14:36:20 +08:00
Jason
944bc685cf Update infer_yolox.cc 2022-09-15 14:04:25 +08:00
Jason
f77f558d81 Update infer_ppyoloe.cc 2022-09-15 14:03:40 +08:00
Jason
09788d265b Update infer_picodet.cc 2022-09-15 14:03:23 +08:00
Jason
ec835a7d85 Update infer.cc 2022-09-15 14:02:57 +08:00
Jason
c65755493f Update infer.py 2022-09-15 14:02:39 +08:00
Jason
9de96ec504 Update infer_yolox.py 2022-09-15 14:02:01 +08:00
Jason
18fa2c83d5 Update infer_yolov3.py 2022-09-15 14:01:41 +08:00
Jason
a6860d168f Update infer_picodet.py 2022-09-15 14:01:26 +08:00
Jason
059e6f8d3e Update infer_ppyoloe.py 2022-09-15 14:01:09 +08:00
yunyaoXYY
12368dcb16 Add readme for OCRResult (#227)
* Add PaddleOCR Support

* Add PaddleOCR Support

* Add PaddleOCRv3 Support

* Add PaddleOCRv3 Support

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add PaddleOCRv3 Support

* Add PaddleOCRv3 Supports

* Add PaddleOCRv3 Suport

* Fix Rec diff

* Remove useless functions

* Remove useless comments

* Add PaddleOCRv2 Support

* Add PaddleOCRv3 & PaddleOCRv2 Support

* remove useless parameters

* Add utils of sorting det boxes

* Fix code naming convention

* Fix code naming convention

* Fix code naming convention

* Fix bug in the Classify process

* Imporve OCR Readme

* Fix diff in Cls model

* Update Model Download Link in Readme

* Fix diff in PPOCRv2

* Improve OCR readme

* Imporve OCR readme

* Improve OCR readme

* Improve OCR readme

* Imporve OCR readme

* Improve OCR readme

* Fix conflict

* Add readme for OCRResult

* Improve OCR readme

* Add OCRResult readme

* Improve OCR readme

* Improve OCR readme
2022-09-15 13:09:53 +08:00
heliqi
0805ead0ed add 'GetOutputInfos' and 'GetInputInfos' interface (#232)
add GetOutputInfos GetInputInfos
2022-09-15 13:09:31 +08:00
huangjianhui
6963296a89 Update ppseg doc (#233)
* Update ppseg backend support type

* Update ppseg preprocess if condition

* Update README.md

* Update README.md
2022-09-15 13:07:50 +08:00
Jack Zhou
14ba9ce6c2 Add uie python example and doc (#221)
* add fastdeploy.text.UIEModel

* Add uie python example

* Add one schema for cpp demo

* Add ConvertUIEResultToDict for pretty the uie result in python

* remove default args for SchemaNode

* Add uie example args

* Add uie python api desc

* Add infer.py usage

* truncate some example output

* Add uie schema usage

* Add uie result md

* Add uie c++ api doc
2022-09-15 06:06:40 +08:00
ZeyuChen
fb0a428c3c Update English README 2022-09-15 00:50:42 +08:00
WJJ1995
06908b8beb Add Benchmark test (#200)
* add ppcls benchmark

* add ppcls benchmark

* add ppcls benchmark

* add ppcls benchmark

* fixed txt path

* resolve conflict

* resolve conflict

* deal with comments

* Add enable_trt_fp16 option

* Add OV backend for seg and det

* fixed valid backends in ppdet

* fixed valid backends in yolo

* add copyright and rm Chinese Notes

* add ppdet&ppseg&yolo benchmark

* add cpu/gpu mem info

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-09-14 20:15:01 +08:00
Jason
695034fdad Modify directory external and build_scripts name (#225)
modify directory name
2022-09-14 20:13:35 +08:00
leiqing
303d347486 Update README.md 2022-09-14 16:24:58 +08:00
leiqing
1c3a8644d7 Update README.md 2022-09-14 16:20:05 +08:00
leiqing
d15e27d2a9 Rename build_linux_and_mac.md to how_to_build_linux_and_mac.md 2022-09-14 16:19:46 +08:00
leiqing
32c464db7c Rename build_windows.md to how_to_build_windows.md 2022-09-14 16:19:19 +08:00
leiqing
b1f47d90a4 Create build_windows.md 2022-09-14 16:10:43 +08:00
leiqing
a78189851c Create README.md 2022-09-14 16:09:51 +08:00
leiqing
c744681696 Create build_linux_and_mac.md 2022-09-14 16:05:55 +08:00
Jason
583ed479cf Modify compile documents (#224) 2022-09-14 15:44:46 +08:00
Jason
68523be411 Modify file structure to separate python and cpp code (#223)
Modify code structure
2022-09-14 15:44:13 +08:00
Jason
26cb1dc838 Update README.md 2022-09-14 14:30:24 +08:00
DefTruth
887b2d6ed6 [vision] support PaddleDetection/MaskRCNN model (#218)
* [vision] support padddetection maskrcnn

* [vision] fixed instance mask visualize func

* [vision] optimize instance mask visualize func

* [docs] update ppdet/maskrcnn docs

* [vision] update maskrcnn implementation

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-09-14 10:50:33 +08:00
Jason
0dd9ecee65 Optimize ocr system code (#209)
* Support PPYOLOE plus model

* Optimize ocr system code

* modify example code

* fix patchelf of openvino

* optimize demo code of ocr

* remove debug code

* update demo code of ocr

Co-authored-by: Jack Zhou <zhoushunjie@baidu.com>
2022-09-14 09:46:03 +08:00
leiqing
1452275efe add use 2022-09-13 21:33:02 +08:00
leiqing
4260b1f095 add use_cpp_sdk_windows_en.md 2022-09-13 21:27:16 +08:00
leiqing
00cd8dc03a Update how_to_use_sdk_on_windows.md 2022-09-13 21:10:29 +08:00