ChaoII
97bcf5ac5d
[cmake]fix find tbb package in utils.cmake
2022-09-29 11:38:16 +08:00
ChaoII
de88bb61c7
Update opencv.cmake
2022-09-28 18:18:20 +08:00
ChaoII
68e049d93f
[fix] # Win/Linux/Mac specified opencv path unable to take effect
2022-09-28 18:09:39 +08:00
DefTruth
42d8b300f4
[cmake] fixed patchelf download on mac and android ( #296 )
...
* [cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk
* [cmake] fixed patchelf download on mac and android
2022-09-28 14:46:50 +08:00
Jason
7af1fa0946
Fix patchelf problem ( #295 )
...
fix patchelf
2022-09-28 12:33:32 +08:00
Jason
311a59c62d
Add patchelf to solve the build problem on Linux without patchelf ( #291 )
...
* add patchelf as tool
* Update CMakeLists.txt
2022-09-28 10:48:49 +08:00
DefTruth
4ead287f5a
[cmake] support Android armv8 & armv7 native c++ sdk ( #288 )
...
[cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk
2022-09-27 20:58:44 +08:00
Jason
1f35f2036e
Decrease wheel package size ( #287 )
...
* Decrease wheel package size
* Decrease wheel package size
* Decrease wheel package size
2022-09-27 18:02:34 +08:00
Jason
d855c28073
Rename third libraries' name ( #286 )
...
* Rename third libraries' name
* remove existing directory
2022-09-27 14:16:34 +08:00
Jack Zhou
b83cb993ac
Simplify cmake and add openvino directory ( #285 )
...
* simplify the opencv.cmake
* Add OPENVINO_DIRECTORY option
* Add openvino directory
2022-09-27 10:02:34 +08:00
DefTruth
9e09a55abb
[docs] update win build docs with cmake-gui+vs2019 ( #280 )
...
* Delete redundant Chinese comments
* [docs] update win build docs with cmake-gui+vs2019
* [docs] update win build docs with cmake-gui+vs2019
* [examples] replace some cn comments with en
* [cmake] update FastDeploy.cmake.in
* [docs] update windows c++ sdk usage docs
* [cmake] update FastDeploy.cmake.in
* [docs] update windows sdk usage docs
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-26 19:25:12 +08:00
Jack Zhou
355382ad63
Move eigen to third party ( #282 )
...
* remove useless statement
* Add eigen to third_party dir
* remove reducdant lines
2022-09-26 19:24:02 +08:00
jiangjiajun
85c44d562e
Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into develop
2022-09-26 16:19:58 +08:00
jiangjiajun
4af89d27dc
Optimize build on jetson
2022-09-26 16:19:36 +08:00
Jason
4421fc5a8f
Merge branch 'develop' into add_openvino_mac
2022-09-26 11:32:15 +08:00
Jason
12fed103e6
Update eigen.cmake
2022-09-26 11:31:35 +08:00
zhoushunjie
ad03e771dd
Add remove_duplicate_libraries function
2022-09-26 11:24:57 +08:00
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
DefTruth
189646f08f
[Android] support fastdeploy with armeabi-v7a and arm64-v8a ( #268 )
...
* [Andorid] support fastdeploy with armeabi-v7a and arm64-v8a
* [Android] support fastdeploy with armeabi-v7a and arm64-v8a
* [cmake] fixed custom opencv_directory error for android
2022-09-22 19:10:14 +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