Commit Graph

1021 Commits

Author SHA1 Message Date
leiqing
e4bf1f0f9b Update usage.md 2022-09-22 10:22:35 +08:00
leiqing
1e16c6374f Create usage.md 2022-09-22 10:21:07 +08:00
leiqing
e3423ba726 Rename usage.md to README.md 2022-09-22 10:17:33 +08:00
leiqing
78b2d42b6d Create usage.md 2022-09-22 10:15:19 +08:00
leiqing
3bc868c8c6 Create how_to_change_inference_backend.md 2022-09-22 00:07:04 +08:00
leiqing
77f189fbff Create runtime_option.md 2022-09-22 00:02:52 +08:00
leiqing
f4d68b06c5 Create runtime_option.md 2022-09-21 23:53:27 +08:00
leiqing
053f377b01 Create runtime.md 2022-09-21 23:52:21 +08:00
leiqing
073e8ab376 Create README.md 2022-09-21 23:50:42 +08:00
leiqing
a06359b2f1 Create uie_result.md 2022-09-21 23:49:52 +08:00
leiqing
0637c8cebd Create matting_result.md 2022-09-21 23:45:59 +08:00
leiqing
141c39510c Create segmentation_result.md 2022-09-21 23:43:46 +08:00
leiqing
5203c75820 Create ocr_result.md 2022-09-21 23:40:39 +08:00
zhoushunjie
fac68d408b Adjust message status 2022-09-21 20:05:19 +08:00
zhoushunjie
df996ed849 Fix empty path when add dll dir in windows 2022-09-21 20:05:19 +08:00
zhoushunjie
f5ea967654 Fix rpath setting in linux 2022-09-21 20:05:19 +08:00
zhoushunjie
e8e4ef30b1 Add message status 2022-09-21 20:05:19 +08:00
zhoushunjie
662b1e6113 add ORT_DIRECTORY compiler option 2022-09-21 20:05:19 +08:00
heliqi
a8e447f225 yolov5 servitization optimization (#262)
* yolov5 split pre and post process

* yolov5 postprocess

* yolov5 postprocess
2022-09-21 18:22:39 +08:00
huangjianhui
463ee0a088 Add publish task example into test directory (#239)
* Add publish_task_example

* Update CMakeLists.txt

* Add gflags cmake

* Update release task script

* Delete windows related code in run.sh && add openvino option
2022-09-21 13:26:54 +08:00
Jack Zhou
e7f741292e Add some lib directories compiler option (#255)
* Add OPENCV_DIRECTORY option to provide the ability to specify the installed opecv lib pat

* Use find_package for opencv in windows, mac and linux

* Fix opencv cmake

* Fix python lib rpath setting

* fix mac python package

* Add some promt when use different opencv lib

* add status message

* Fix the backslash

* Fix python package user defined libs

* Fix windows python process libs

* Add windows lib set path
2022-09-21 13:25:56 +08:00
Jason
addce837bc Add paddlelite backend support (#260)
* Add paddlelite backend support

* Update CMakeLists.txt

* Update __init__.py
2022-09-21 13:22:34 +08:00
leiqing
32596b3b89 Create README.md 2022-09-20 22:49:54 +08:00
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