Commit Graph

647 Commits

Author SHA1 Message Date
leiqing 224ceb3d13 Update README.md 2022-09-22 12:24:25 +08:00
leiqing 5679852c2a Update README.md 2022-09-22 12:23:48 +08:00
leiqing 7a0a48180a Update README.md 2022-09-22 12:23:20 +08:00
leiqing 3bdcc631ff Update README.md 2022-09-22 12:22:35 +08:00
leiqing 40ac252247 Update README.md 2022-09-22 12:22:15 +08:00
leiqing 193d277248 Update README.md 2022-09-22 12:20:50 +08:00
leiqing 1bbcc0bcab Update README.md 2022-09-22 12:19:28 +08:00
leiqing 66ad018fed Update README.md 2022-09-22 12:18:28 +08:00
leiqing 374751c54b Update README.md 2022-09-22 12:17:35 +08:00
leiqing 749b751197 Delete how_to_change_backend.md 2022-09-22 12:16:28 +08:00
leiqing 43352e3b4a Create how_to_change_backend.md 2022-09-22 12:15:44 +08:00
leiqing f56819af6d Update ios_sdk.md 2022-09-22 12:09:46 +08:00
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