Commit Graph

10 Commits

Author SHA1 Message Date
DefTruth
584ba3de68 [win] Add fastdeploy_init.bat and update docs (#320)
* [cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk

* [cmake] fixed patchelf download on mac and android

* [lite] Add threads and power_mode option support

* [pybind] update runtime pybind for lite power mode

* [python] Add set_lite_power_mode api to runtime

* [Lite] add lite enable_fp16 option support

* [lite] add more options for lite backend.

* [cmake] fixed Paddle Lite typo

* [runtime] format LitePowerMode enum comments

* [runtime] format lite option comments

* [win] Add fastdeploy_init.bat and update docs

* [win] Add fastdeploy_init.bat and update docs
2022-10-06 15:57:18 +08:00
ChaoII
9af0e93af6 [cmake] optimize opencv.cmake to ensure find_package take affect (#302)
* update reademe_cn link

* [fix] # Win/Linux/Mac  specified opencv path unable to take effect

* Update opencv.cmake
2022-09-28 19:07:00 +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
jiangjiajun
4af89d27dc Optimize build on jetson 2022-09-26 16:19:36 +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
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
695034fdad Modify directory external and build_scripts name (#225)
modify directory name
2022-09-14 20:13:35 +08:00