Commit Graph

838 Commits

Author SHA1 Message Date
leiqing
1ec62e1df2 Update arm_linux_python_sdk_serving.md 2022-09-22 12:07:03 +08:00
leiqing
e3265daef4 Update arm_linux_python_sdk_inference.md 2022-09-22 12:06:14 +08:00
leiqing
0193310b22 Update arm_linux_python_sdk_inference.md 2022-09-22 12:05:13 +08:00
leiqing
02349f1060 Update arm_linux_cpp_sdk_inference.md 2022-09-22 12:03:17 +08:00
leiqing
8b363a5f16 Update arm_linux_cpp_sdk_inference.md 2022-09-22 12:01:40 +08:00
leiqing
5e824592a2 Update arm_linux_cpp_sdk_inference.md 2022-09-22 12:00:30 +08:00
leiqing
200a82545e Update arm_linux_cpp_sdk_serving.md 2022-09-22 11:59:34 +08:00
leiqing
a729d7f051 Update install_cpp_sdk.md 2022-09-22 11:58:22 +08:00
leiqing
b06568387e Update install_cpp_sdk.md 2022-09-22 11:57:59 +08:00
leiqing
e5e80be925 Update install_python_sdk.md 2022-09-22 11:55:31 +08:00
leiqing
f0ece659cc Update install_python_sdk.md 2022-09-22 11:55:21 +08:00
leiqing
2f0e66af5e Update Python_prebuilt_wheels.md 2022-09-22 11:54:53 +08:00
leiqing
74257d2760 Update install_python_sdk.md 2022-09-22 11:54:06 +08:00
leiqing
a2eae9ca97 Update segmentation_result.md 2022-09-22 11:50:58 +08:00
leiqing
5b1395f5c7 Update how_to_change_inference_backend.md 2022-09-22 11:43:44 +08:00
Jack Zhou
9ae478e49e Merge pull request #261 from joey12300/add_ort_path
Add ORT_DIRECTORY compiler option
2022-09-22 11:36:18 +08:00
Jack Zhou
2d625fa265 Merge branch 'develop' into add_ort_path 2022-09-22 10:59:21 +08:00
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