Commit Graph

595 Commits

Author SHA1 Message Date
leiqing 4589dcf096 Create detection_result.md 2022-09-20 22:48:43 +08:00
leiqing 0419ef2e6e Rename ace_recognition_result.md to face_recognition_result.md 2022-09-20 22:47:40 +08:00
leiqing 485ef94948 Create classification_result.md 2022-09-20 22:47:16 +08:00
leiqing 238f8e6640 Create ace_recognition_result.md 2022-09-20 22:46:02 +08:00
leiqing 91a21ac78b Create face_detection_result.md 2022-09-20 22:43:16 +08:00
Jason 1b88286ad8 Fix ambiguous of constructor function of FDLogger (#259)
Update utils.h
2022-09-20 19:21:29 +08:00
yunyaoXYY d513c1ceb7 Add PaddleInference GPU backend for OCR-Rec model (#258)
* Add PaddleInference GPU backend for Rec model

* Improve the order of deafult backends
2022-09-20 15:44:32 +08:00
Jason 74f1143aba Support disable logging information (#254)
* Support disable logging information

* Support disable logging information
2022-09-20 15:44:10 +08:00
Jack Zhou 9c150f0bfb Upgrade eigen func (#253)
* Add FDTensor copy and move assignment and constructor

* Upgrade the transpose to receive the output tensor same as input tensor

* Add note

* Add realloc for FDTensor

* Support output equals to input for softmax

* Remove FDTensor::Alloc
2022-09-20 10:58:07 +08:00
leiqing 6feafff814 Update README.md 2022-09-19 14:51:15 +08:00
leiqing de0837ca94 Update README.md 2022-09-19 14:49:21 +08:00
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