Commit Graph

19 Commits

Author SHA1 Message Date
zhoushunjie f142fcdf60 Add get_openvino_libs 2022-09-25 18:26:04 +08:00
zhoushunjie 870c22c8e9 fix windows bug 2022-09-25 11:56:30 +08:00
zhoushunjie c53d8fd82c Fix windows compile bug 2022-09-25 11:43:16 +08:00
zhoushunjie 749319e2a8 Use omp version in linux 2022-09-24 11:01:47 +08:00
zhoushunjie 99062df866 remove useless file in openvino 2022-09-22 21:19:49 +08:00
zhoushunjie 13580aeb0d use download_and_decompress instead of external_add 2022-09-22 18:30:18 +08:00
zhoushunjie f4b4264d73 remove fatal error in mac 2022-09-22 18:30:18 +08:00
zhoushunjie 4cf835479b remove tbb path 2022-09-22 18:30:18 +08:00
zhoushunjie 5251cc2e8e remove tbb path 2022-09-22 18:30:18 +08:00
zhoushunjie df18c56470 Use find_package for tbb 2022-09-22 18:30:18 +08:00
zhoushunjie 177da78bb0 Add tbb and tbb malloc dependency for openvino 2022-09-22 18:30:18 +08:00
zhoushunjie 523610da68 Update openvino url 2022-09-22 18:30:18 +08:00
zhoushunjie 9671005e84 add message status 2022-09-22 18:30:18 +08:00
zhoushunjie fac68d408b Adjust 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
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
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
Jason 695034fdad Modify directory external and build_scripts name (#225)
modify directory name
2022-09-14 20:13:35 +08:00